Articles in this section
Category / Section

How to set the duration of the SuperToolTip to be shown on the screen on mouse hover ?

1 min read

You can set the duration of the SuperToolTip to stay when the mouse hovers over a control, by using the ToolTipDuration property. When the mouse hovers on ButtonAdv, the SuperToolTip can be seen, and then hides in 5 seconds.

 

The following code example demonstrates the same.

C#

//Specifies the Tooltip duration of the SuperToolTip.
this.superToolTip1.ToolTipDuration = 5;

 

VB

'Specifies the Tooltip duration of the SuperToolTip.
Me.superToolTip1.ToolTipDuration = 5

 

Figure 1: SuperToolTip seen

Sample Links:

C#: SuperToolTip_Duration_C#

VB: SuperToolTip_Duration_VB

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied