Click or drag to resize

ControlEvent.Control Property

X#
The control that generated this control event.

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

Property Value

Type: Control
The control that generated this control event.
Remarks
The control that generated this control event.
Tip Tip
If the control that generated the control event was not created as a system control, this value is NIL. This can happen if a dialog window was specified in the resource entity, but was not registered in the system (that is, the window is not part of the DialogWindow class).
See Also