RibbonBase.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.