You are here: Plugin API > Library Reference > IHost Interface > IRibbonMenu Interface
IRibbonMenu Interface
The IRibbonMenu represents a menu on a IRibbonTab.
Properties
Methods
- void AddComboboxItem(string) - Adds a combobox item with the specified value to the combobox-type control.
- void AddMenuItem(string, ICommand, object, string) - Adds a menu item for ribbon menu-type controls.
- void AddSeparator() - Adds a separator to the ribbon menu-type control.
- string GetComboboxValue() - Gets the current value of the combobox-type control.
- void SetComboboxValue(string) - Sets the current value of the combobox-type control to the specified string.