Click or drag to resize

IVOControlProperties.SetOwner Method (Typed)

X#
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

Parameters

Owner
Type: Control
The Owning X# Control
See Also