Xceed SmartUI Documentation
Combo SmartItems
SmartItems Categories > Combo SmartItems

ComboFlat: ComboFlat is a ComboBox with a flat border. ComboFlat displays a sunken border, when the mouse is hover the SmartItem, or when the edit has the focus. ComboFlat can have a Caption on the left, and a Image on the left of the caption. The Value corresponds to the EditBox Value. You can get/set the Edit text by getting or setting the Value. To add items in the list, you need to use the SubItems collection.

Combo3D: Combo3D is a standard ComboBox. Combo3D can have a Caption on the left, and a Image on the left of the caption. The Value corresponds to the EditBox Value. You can get/set the edit text by getting or setting the Value. To add items in the list, you need to use the SubItems collection.

ComboEditFlat: ComboEditFlat is a ComboFlat item with an Edit area.

ComboEdit3D: ComboEdit3D is a standard ComboBox with an Edit area.