RibbonBase.Parent Property

Definition

Gets a RibbonComponent that represents the parent of the RibbonComponent of this RibbonBase.

public:
 property Microsoft::Office::Tools::Ribbon::RibbonComponent ^ Parent { Microsoft::Office::Tools::Ribbon::RibbonComponent ^ get(); };
public Microsoft.Office.Tools.Ribbon.RibbonComponent Parent { get; }
member this.Parent : Microsoft.Office.Tools.Ribbon.RibbonComponent
Public ReadOnly Property Parent As RibbonComponent

Property Value

A RibbonComponent that represents the parent of the RibbonComponent of this RibbonBase.

Applies to