Click or drag to resize

Control.UseHLForToolTip Property (Typed)

X#
Logical value determining whether the descriptive text of a control's Hyperlabel should be used as the tooltip text.

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

Property Value

Type: Logic
Logical value determining whether the descriptive text of a control's Hyperlabel should be used as the tooltip text.
Remarks
Logical value determining whether the descriptive text of a control's Hyperlabel should be used as the tooltip text.
Tip Tip
Any ToolTipText setting will override UseHLForToolTip.
See Also