Control.HyperLabel Property | |
The hyperlabel connected to the control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY HyperLabel AS USUAL GET SET
public virtual Usual HyperLabel { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe hyperlabel connected to the control.
Remarks
From the hyperlabel, you can retrieve additional information about the control—for example:
1cCaption := oControl:HyperLabel:Caption
2cDescription := oControl:HyperLabel:Description
3cHelpContext := oControl:HyperLabel:HelpContext
See Also