Control.UseHLForToolTip Property | |
Logical value determining whether the descriptive text of a control's Hyperlabel should be used as the tooltip text.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY UseHLForToolTip AS USUAL GET SET
public virtual Usual UseHLForToolTip { get; set; }
Request Example
View SourceProperty Value
Type:
UsualLogical 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 |
---|
Any ToolTipText setting will override UseHLForToolTip. |
See Also