ControlFocusChangeEvent.Control Property | |
The control that generated this control event.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Control AS Control GET
public virtual Control Control { get; }
Request Example
View SourceProperty Value
Type:
ControlThe control that generated this control event.
Remarks
The control that generated this control event.
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