Click or drag to resize

ControlWindow.HyperLabel Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: HyperLabel
The hyperlabel connected to the control on which the control window is based.

Implements

HyperLabel
Remarks
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
X#
1cCaption := oControlWindow:HyperLabel:Caption
2cDescription := oControlWindow:HyperLabel:Description
3cHelpContext := oControlWindow:HyperLabel:HelpContext
See Also