A ComboBox is a combination of a single-line text box with drop-down list. The ComboBox item in this is highlighted below:
The Ribbon ComboBox can be added at design-time using the Ribbon Group Floating Toolbar or RibbonGroup Items Collection Editor. Also, you can customize the look of the Ribbon ComboBox using the Ribbon ComboBox Floating ToolBar. Refer this topic for more information on floating toolbars. Further, the user can add items to the ComboBox using RibbonComboBox Items Collection Editor and RibbonComboBox Menu Items Collection Editor from the Items and MenuItems properties in the Properties Window. For detailed information about collection editors, refer this topic.
This image below shows the floating toolbar of ComboBox.
A ComboBox can also be added to the C1Ribbon control through the code using the RibbonComboBox class. This is depicted in the code below: