ControlEvent.NameSym Property | |
A symbol representing the name of the control that generated the event.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NameSym AS SYMBOL GET
public virtual Symbol NameSym { get; }
Request Example
View SourceProperty Value
Type:
SymbolA symbol representing the name of the control that generated the event.
Remarks
A symbol representing the name of the control that generated the event. Do not confuse the name with the caption: the name is a programmer's ID and is never seen by the user.
See Also