INestedContainer.Owner Proprietà

Definizione

Ottiene il componente proprietario per il contenitore annidato.

public:
 property System::ComponentModel::IComponent ^ Owner { System::ComponentModel::IComponent ^ get(); };
public System.ComponentModel.IComponent Owner { get; }
member this.Owner : System.ComponentModel.IComponent
Public ReadOnly Property Owner As IComponent

Valore della proprietà

Oggetto IComponent che possiede il contenitore annidato.

Commenti

Il componente proprietario è la caratteristica che distingue i contenitori annidati dai contenitori ordinari.

Si applica a

Vedi anche