ComboBox is a GUI control which can be used to pick an item from a list. Its advantage is that it occupies less space on the form than a ListView-like control. ComboBox normally displays only one item from the list - the one that is currently selected. If the user wishes to change the selected item, ComboBox expands itself and shows all the items giving the user an opportunity to select another item. As soon as the new item is selected, ComboBox collapses into its original dimensions.

Namespace:  BeeMobile.ComboBox
Assembly:  BeeMobile.RoundComboBox.CF35 (in BeeMobile.RoundComboBox.CF35.dll) Version: 3.5.1.6

Syntax

C#
public class RoundComboBox : UserControl
Visual Basic (Declaration)
Public Class RoundComboBox _
	Inherits UserControl
Visual C++
public ref class RoundComboBox : public UserControl

Inheritance Hierarchy

See Also