ControlWindow.HyperLabel Property (Typed) | |
The hyperlabel connected to the control on which the control window is based.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY HyperLabel AS HyperLabel GET
public override HyperLabel HyperLabel { get; }
Request Example
View SourceProperty Value
Type:
HyperLabelThe hyperlabel connected to the control on which the control window is based.
Implements
HyperLabelRemarks
The hyperlabel connected to the control on which the control window is based. From the hyperlabel, you can retrieve additional information about the control:
Examples 1cCaption := oControlWindow:HyperLabel:Caption
2cDescription := oControlWindow:HyperLabel:Description
3cHelpContext := oControlWindow:HyperLabel:HelpContext
See Also