OfficeRibbon.DefaultExtension 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 default extension for this OfficeRibbon object.
public:
property Microsoft::Office::Tools::Ribbon::IRibbonExtension ^ DefaultExtension { Microsoft::Office::Tools::Ribbon::IRibbonExtension ^ get(); };
public Microsoft.Office.Tools.Ribbon.IRibbonExtension DefaultExtension { get; }
member this.DefaultExtension : Microsoft.Office.Tools.Ribbon.IRibbonExtension
Public ReadOnly Property DefaultExtension As IRibbonExtension
Property Value
The default extension for this OfficeRibbon object.
Remarks
The default extension is an IRibbonExtension object that is implemented by the Visual Studio Tools for Office runtime.