We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

How to set the SuperToolTip for caption buttons of the docked control?

Platform: WinForms |
Control: DockingManager

In the DockingManager, SuperToolTip can be assigned to its Caption button by using its properties, EnableSuperToolTip, ShowToolTips and SuperToolTip.

 

ShowToolTips

This property helps whether to display the ToolTip or not, when mouse hovers on its Caption button.

 

EnableSuperToolTip

This property helps you to specify whether SuperToolTip can be displayed or not, when mouse hovers on its Caption button.

 

SuperToolTip

This 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.

 

Before applying SuperToolTip

Figure 1: Before applying SuperToolTip

After applying SuperToolTip

Figure 2: After applying SuperToolTip

Before applying SuperToolTip for floating control

Figure 3: Before applying SuperToolTip for floating control

After 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.
ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile