Name | Description | |
---|---|---|
![]() | DropDownStyle | Gets or sets the drop down style of the combo box. |
![]() | HScrollMode | Gets or sets the horizontal scroll mode of the popup list box. |
![]() | Items | Gets or sets the items collection of the combo box. |
![]() | SelectedIndex | Gets or sets the selected index. To deselect the currently selected item, set the SelectedIndex to -1. |
![]() | SelectedItem | Gets or sets the selected item. |
![]() | Text | Gets or sets the text of the combo box. |
![]() | TextBox | Gets or sets the text box child of the combo box which is shown when the combo box's drop down style is set to DropDown. |
![]() | VScrollMode | Gets or sets the vertical scroll mode of the popup list box. |
![]() | WheelNavigationMode | Gets or sets the scroll mode of the combo box items. By default set to Always. |