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