RibbonManager.RibbonUI Property
Gets access to the ribbon interface.
Namespace: Microsoft.Office.BusinessApplications.Runtime
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Public ReadOnly Property RibbonUI As IRibbonUI
Get
'Usage
Dim instance As RibbonManager
Dim value As IRibbonUI
value = instance.RibbonUI
public IRibbonUI RibbonUI { get; }
Property Value
Type: Microsoft.Office.Core.IRibbonUI
A reference to the user interface.
Remarks
For more information about customizing the Ribbon UI, see Ribbon Overview.