IVOControlProperties.SetOwner Method (Typed) | |
This method is called to link the Windows.Forms control to the X# Control
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax METHOD SetOwner(
Owner AS Control
) AS VOID
void SetOwner(
Control Owner
)
Parameters
- Owner
- Type: Control
The Owning X# Control
See Also