RibbonComponent.RibbonUI Property

Definition

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.

Applies to