Click or drag to resize

IVOControlProperties.SetOwner Method (Typed)

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

Parameters

Owner
Type: Control
The Owning VO Control
See Also