INestedContainer::Owner Property

 

Gets the owning component for the nested container.

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

property IComponent^ Owner {
	IComponent^ get();
}

Property Value

Type: System.ComponentModel::IComponent^

The IComponent that owns the 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: