IServerType2.Owner Property

Definition

Gets or sets a value to pass the owner handle to the child windows.

public:
 property System::Windows::Forms::Control ^ Owner { System::Windows::Forms::Control ^ get(); void set(System::Windows::Forms::Control ^ value); };
public System.Windows.Forms.Control Owner { get; set; }
member this.Owner : System.Windows.Forms.Control with get, set
Public Property Owner As Control

Property Value

A value to pass the owner handle to the child windows.

Applies to