NestedContainer::Owner Property

 

Gets the owning component for this nested container.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property IComponent^ Owner {
	virtual IComponent^ get() sealed;
}

Property Value

Type: System.ComponentModel::IComponent^

The IComponent that owns this nested container.

The owning component is the characteristic that differentiates nested containers from ordinary containers.

.NET Framework
Available since 2.0
Return to top
Show: