Control::ControlCollection::Owner Property

 

Gets the control that owns this Control::ControlCollection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Control^ Owner {
	Control^ get();
}

Property Value

Type: System.Windows.Forms::Control^

The Control that owns this Control::ControlCollection.

.NET Framework
Available since 2.0
Return to top
Show: