IRibbonComboBox Interface
Information for Developers
The IRibbonComboBox represents a combo box on IRibbonTab. See IRibbonTab Interface.
Methods
- void AddComboboxItem(string) Adds a combo box item with the specified value to the combo box control.
- string GetComboboxValue() Gets the current value of the combo box control.
- void SetComboboxValue(string) Sets the current value of the combo box control to the specified string.