2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
In the DockingManager, SuperToolTip can be assigned to its Caption button by using its properties, EnableSuperToolTip, ShowToolTips and SuperToolTip.
ShowToolTipsThis property helps whether to display the ToolTip or not, when mouse hovers on its Caption button.
EnableSuperToolTipThis property helps you to specify whether SuperToolTip can be displayed or not, when mouse hovers on its Caption button.
SuperToolTipThis Property helps you to assign the SuperToolTip for the Docking Manager.
The following code examples demonstrate the same. C# //Initializes the ToolTipInfo Syncfusion.Windows.Forms.Tools.ToolTipInfo toolTipInfo1 = new Syncfusion.Windows.Forms.Tools.ToolTipInfo(); //Shows the ToolTip for Dock caption buttons this.dockingManager1.ShowToolTips = true; //Enables the SuperToolTip for Dock caption buttons this.dockingManager1.EnableSuperToolTip = true; //Assigns the ToolTip to DockingManager this.dockingManager1.SuperToolTip = this.superToolTip1;
VB 'Initializes the ToolTipInfo Private toolTipInfo1 As New Syncfusion.Windows.Forms.Tools.ToolTipInfo() 'Shows the ToolTip for Dock caption buttons Me.dockingManager1.ShowToolTips = True 'Enables the SuperToolTip for Dock caption buttons Me.dockingManager1.EnableSuperToolTip = True 'Assigns the ToolTip to DockingManager Me.dockingManager1.SuperToolTip = Me.superToolTip1
Note: By default, EnableSuperToolTip property is disabled.
Figure 1: Before applying SuperToolTip Figure 2: After applying SuperToolTip Figure 3: Before applying SuperToolTip for floating control Figure 4: After applying SuperToolTip for floating control Sample Links: C#: http://www.syncfusion.com/downloads/support/directtrac/133994/ze/SetToolTipForDockedTab-422839448 VB: http://www.syncfusion.com/downloads/support/directtrac/133994/ze/SetToolTipForDockedTab_VB-200456862 |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.