ACPAddIn.ThisAddIn.CreateRibbonExtensibilityObject C# (CSharp) Method

CreateRibbonExtensibilityObject() protected method

protected CreateRibbonExtensibilityObject ( ) : Microsoft.Microsoft.Office.Core.Core.IRibbonExtensibility
return Microsoft.Microsoft.Office.Core.Core.IRibbonExtensibility
        protected override Microsoft.Office.Core.IRibbonExtensibility CreateRibbonExtensibilityObject()
        {
            return new RibbonX();
        }