AddInBase.CreateRibbonObjects Method

Returns an array of IRibbonExtension objects to the CreateRibbonExtensibilityObject method. The objects represent the Ribbons to display at run time.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)

Syntax

'Declaration
Protected Overridable Function CreateRibbonObjects As IRibbonExtension()
protected virtual IRibbonExtension[] CreateRibbonObjects()

Return Value

Type: array<Microsoft.Office.Tools.Ribbon.IRibbonExtension[]
An array of IRibbonExtension objects that represent the Ribbons to display at run time.

Remarks

This method is called by the default implementation of the CreateRibbonExtensibilityObject method of the AddInBase class when the project contains Ribbon (Visual Designer) items.

Override this method if you want to specify which Ribbons to display at run time. You can also override the CreateRibbonExtensibilityObject method to specify which Ribbons to display at run time. For more information, see Ribbon Overview.

.NET Framework Security

See Also

Reference

AddInBase Class

Microsoft.Office.Tools Namespace