ControlEvent.HelpContext Property | |
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
public virtual string HelpContext { get; }
Request Example
View SourceProperty Value
Type:
StringA 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 |
---|
A help context ID indicates the place in the hypertext system where the system looks for help concerning this control. |
See Also