Click or drag to resize

ControlWindow.Control Property

X#
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 
Request Example View Source

Property Value

Type: Usual
The 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