Click or drag to resize

ControlEvent.HelpContext Property

X#
A string representing the help context ID of the control that generated this control event.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY HelpContext AS STRING GET 
Request Example View Source

Property Value

Type: String
A string representing the help context ID of the control that generated this control event.
Remarks
A string representing the help context ID of the control that generated this control event. This ID is contained in the control's hyperlabel.
Tip Tip
A help context ID indicates the place in the hypertext system where the system looks for help concerning this control.
See Also