Factory Interface
Provides a method you can use to create Ribbon controls at run time in an application-level add-in.
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | GetRibbonFactory() | Returns an object that you can use to create Ribbon controls at run time. |
To get a Factory object, use the Globals.Factory property in your project. For more information, see Global Access to Objects in Office Projects.
Note |
|---|
This interface is implemented by the Visual Studio Tools for Office runtime. It is not intended to be implemented in your code. For more information, see Visual Studio Tools for Office Runtime Overview. |
Show:

