RibbonBase.RibbonUI Property

Definition

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

IRibbonUI

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.

Applies to