Click or drag to resize

Control.HyperLabel Property (Typed)

X#
The hyperlabel connected to the control.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY HyperLabel AS HyperLabel GET SET 
Request Example View Source

Property Value

Type: HyperLabel
The hyperlabel connected to the control.

Implements

HyperLabel
Remarks
From the hyperlabel, you can retrieve additional information about the control—for example:
X#
1cCaption := oControl:HyperLabel:Caption
2cDescription := oControl:HyperLabel:Description
3cHelpContext := oControl:HyperLabel:HelpContext
See Also