RibbonComboBoxItem Constructors
A ribbon item used to display the combo box functionality.| Name | Parameters | Description |
|---|---|---|
| RibbonComboBoxItem() | none | Initializes a new instance of the RibbonComboBoxItem class. |
| RibbonComboBoxItem(String, String) | name, text | Initializes a new instance of the RibbonComboBoxItem class with the specified name and text. |
| RibbonComboBoxItem(String) | name | Initializes a new instance of the RibbonComboBoxItem class with the specified name. |
See Also