RibbonComponent.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:
property Microsoft::Office::Core::IRibbonUI ^ RibbonUI { Microsoft::Office::Core::IRibbonUI ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.Office.Core.IRibbonUI RibbonUI { get; }
[<System.ComponentModel.Browsable(false)>]
member this.RibbonUI : Microsoft.Office.Core.IRibbonUI
Public ReadOnly Property RibbonUI As IRibbonUI
Property Value
The IRibbonUI instance that is provided by the Office application to the Ribbon extensibility code.
- Attributes
Remarks
This property can be used to update Ribbon UI.