Click or drag to resize

ControlEvent.HyperLabel Property

X#
The hyperlabel connected to the control event.

Namespace:  VO
Assembly:  VOGUIClasses (in 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 event.
Remarks
The hyperlabel connected to the control event. From the hyperlabel, you can retrieve additional information about the control event—for example:
X#
1cCaption := oControlEvent:HyperLabel:Caption
2cDescription := oControlEvent:HyperLabel:Description
3cHelpContext := oControlEvent:HyperLabel:HelpContext
See Also