EasyLanguage Object Reference

ComboBox Class

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

Namespace: elsystem.windows.forms

[ Expand All ]
Properties
  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 SelectedIndex int Gets or sets the index of the selected combobox item.
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
Inheritance Hierarchy