RibbonBase.RibbonUI 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 IRibbonUI instance that is provided by the Microsoft Office application to the Ribbon extensibility code.
public Microsoft.Office.Core.IRibbonUI RibbonUI { get; }
Property Value
The IRibbonUI instance that is provided by the Office application to the Ribbon extensibility code.
Remarks
This property can be used to update Ribbon UI.