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