ControlWindow.Control Property (Typed) | |
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
public virtual Control Control { get; }
Request Example
View SourceProperty Value
Type:
ControlThe 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