 
            | Miner.Windows Assembly > Miner.Windows Namespace : DropDownList Class | 
The following tables list the members exposed by DropDownList.
| Name | Description | |
|---|---|---|
|  | Appearance | Returns/sets the appearance of this drop down list. | 
|  | DisplayStyle | Returns/sets the method used to choose which information is displayed in the dropdown area. | 
|  | DropDownItems | Returns the collection of drop down items for this drop down list. | 
|  | DropDownListAlignment | Returns/sets the alignment of the information displayed in the dropdown area. | 
|  | DropDownListWidth | Returns/sets the width of the dropdown area. | 
|  | FormatProvider | Returns/sets the class that provides the formatting of the data value. | 
|  | FormatString | Returns/sets the format string used in converting the data value into display text. | 
|  | HasAppearance | Returns whether an appearance object has been created for this dropdown list. | 
|  | MaxItemsDisplayed | Returns/sets the maximum number of lines displayed in the dropdown area. | 
|  | SelectedIndex | Returns/sets the index of the currently selected item. | 
|  | SelectedItem | Returns/sets the currently selected item. | 
|  | SortStyle | Returns/sets the method used to sort the information displayed in the dropdown area. | 
| Name | Description | |
|---|---|---|
|  | Add | Overloaded. Adds a DropDownItem to the DropDownList. | 
|  | AddRange | Adds a group of DropDownItem objects to the DropDownList. | 
|  | FindString | Finds an item in the DropDownList based on its string value. |