You are here: Plugin API > Library Reference > IHost Interface > IRibbonComboBox Interface
IRibbonComboBox Interface
The IRibbonMenu represents a menu on a IRibbonTab.
Methods
- void AddComboboxItem(string) - Adds a combobox item with the specified value to the combobox control.
- string GetComboboxValue() - Gets the current value of the combobox control.
- void SetComboboxValue(string) - Sets the current value of the combobox control to the specified string.