ComboBox Class

Displays a combobox that contains a drop-down list of items.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Count int Gets the number of items in the combobox list.
Public property DropDownHeight int Gets or sets the height of the combobox.
Public property DropDownStyle enum Gets or sets the style of the combobox. See ComboBoxStyle for a list of possible values.
Public property DropDownWidth int Gets or sets the width of the combobox.
Public property FlatStyle enum Gets or sets the flat style appearance of the combobox.  See FlatStyle for a list of possible values.
Public property Item [index ] string Gets or sets the item at the specified index.
Public property SelectedIndex int Gets or sets the index of the selected combobox item.
Public property SelectedItem object Gets the selected item from the ComboBox list.
Public property SelectedText string Gets or sets the text that is selected in the editable portion of a combobox.
Public property Sorted bool Sets or gets a value indicating if combobox items are sorted.

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

Methods
Events