Control.ToolTipText Property | |
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
public virtual Usual ToolTipText { get; set; }
Request Example
View SourceProperty Value
Type:
UsualString 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 |
---|
Tooltips are not supported for static controls, such as fixed text, group boxes, etc. |
See Also