Propriedade RibbonComponent.Parent

Obtém RibbonComponent que representa o pai deste RibbonComponent.

Namespace:  Microsoft.Office.Tools.Ribbon
Assemblies:   Microsoft.Office.Tools.Common (em Microsoft.Office.Tools.Common.dll)
  Microsoft.Office.Tools.Common.v4.0.Utilities (em Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
ReadOnly Property Parent As RibbonComponent
[BrowsableAttribute(false)]
RibbonComponent Parent { get; }

Valor de propriedade

Tipo: Microsoft.Office.Tools.Ribbon.RibbonComponent
RibbonComponent que representa o pai deste RibbonComponent.

Comentários

Use a propriedade de Parent para navegar na hierarquia de controle para controles alguns níveis anterior do objeto atual de RibbonComponent .

Se o controle está aninhado profundamente e o controle que você deseja localizar é o mais próximo de fita, convém considerar usar a propriedade de Ribbon e coleções que pertencem aos controles de contêiner que são derivados de RibbonComponent para navegar para o controle.

Segurança do .NET Framework

Consulte também

Referência

RibbonComponent Interface

Namespace Microsoft.Office.Tools.Ribbon