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