Hi,
How can i display a supertooltip in a c1command inserted in a c1toolbar in a c1commandDocker?
Thanks,
JP
You can use the C1SuperToolTip on the C1ToolBar. Then use the toolbar's CurrentLinkChanged event to determine which C1Command link the mouse is over and modify the tooltip accordingly.
I attached a simple sample.
Regards,Greg L
Thank you very mutch Greg L.