Click or drag to resize

Control.ToolTipText Property (Typed)

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

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

Property Value

Type: String
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