INestedContainer.Owner Propriedade

Definição

Obtém o componente proprietário do contêiner aninhado.Gets the owning component for the nested container.

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

Valor da propriedade

IComponent

O IComponent que possui o contêiner aninhado.The IComponent that owns the nested container.

Comentários

O componente proprietário é a característica que diferencia Contêineres aninhados de contêineres comuns.The owning component is the characteristic that differentiates nested containers from ordinary containers.

Aplica-se a

Confira também