Click or drag to resize

ControlEvent.Description Property

X#
A string representing the description of the control that generated this control event.

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

Property Value

Type: String
A string representing the description of the control that generated this control event.
Remarks
A string representing the description of the control that generated this control event. The description is contained in the control's hyperlabel. This value is a NULL_STRING if the control has no description.
See Also