ControlEvent.Description Property | |
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
public virtual string Description { get; }
Request Example
View SourceProperty Value
Type:
StringA 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