Click or drag to resize

ControlEvent.Name Property

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

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

Property Value

Type: String
A string representing the name of the control that generated the event.
Remarks
A string 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