RibbonBase.Base 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 the RibbonBase object that this RibbonBase object extends.
public:
property Microsoft::Office::Tools::Ribbon::OfficeRibbon ^ Base { Microsoft::Office::Tools::Ribbon::OfficeRibbon ^ get(); };
public Microsoft.Office.Tools.Ribbon.OfficeRibbon Base { get; }
member this.Base : Microsoft.Office.Tools.Ribbon.OfficeRibbon
Public ReadOnly Property Base As OfficeRibbon
Property Value
The object that this RibbonBase object extends.