Click or drag to resize

Control.ToolTipText Property

X#
String value representing the tooltip text used when the user moves the mouse pointer over the control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ToolTipText AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
String value representing the tooltip text used when the user moves the mouse pointer over the control.
Remarks
String value representing the tooltip text used when the user moves the mouse pointer over the control.
Tip Tip
Tooltips are not supported for static controls, such as fixed text, group boxes, etc.
See Also