Click or drag to resize

ControlWindow.Control Property (Typed)

X#
The control on which the control window is based.

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

Property Value

Type: Control
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