You are here: Plugin API > Library Reference > IHost Interface > IRibbon Interface
IRibbon Interface
The IRibbon interface provides the starting point to add custom elements to the application ribbon UI.
Properties
- bool IsCollapsed - Gets the value indicating whether the ribbon is collapsed.
Methods
- IRibbonTab AddNewRibbonTab(string, string) - Adds a new tab to the ribbon. Returns an instance of IRibbonTab.