RibbonComponent.RibbonUI Property (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Gets the IRibbonUI instance that is provided by the Microsoft Office application to the Ribbon extensibility code.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property RibbonUI As IRibbonUI
'Usage
Dim instance As RibbonComponent 
Dim value As IRibbonUI 

value = instance.RibbonUI
[BrowsableAttribute(false)]
public IRibbonUI RibbonUI { get; }
[BrowsableAttribute(false)]
public:
property IRibbonUI^ RibbonUI {
    IRibbonUI^ get ();
}
public function get RibbonUI () : IRibbonUI

Property Value

Type: 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.

.NET Framework Security

See Also

Reference

RibbonComponent Class

RibbonComponent Members

Microsoft.Office.Tools.Ribbon Namespace