[]
Helper class that provides information about a currently active ComboBox editor.
public class ComboBoxEditor
Name | Description |
---|---|
Items | Gets the collection of items in the currently active ComboBox editor. |
SelectedIndex | Gets or sets the selected index in the currently active ComboBox editor. |
SelectedItem | Gets or sets the selected item in the currently active ComboBox editor. |
SelectedKey | Gets the key that corresponds to the selected item in the currently active ComboBox editor. |