Control.ToolTipText Property (Typed) | |
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
public virtual string ToolTipText { get; set; }
Request Example
View SourceProperty Value
Type:
StringString 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