ControlWindow.Control Property | |
The control on which the control window is based.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Control AS USUAL GET
public virtual Usual Control { get; }
Request Example
View SourceProperty Value
Type:
UsualThe control on which the control window is based.
Remarks
The control on which the control window is based. This information allows you to use the control window's inherited methods, so that you can use its built-in services.
See Also