The DropDown type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DropDown |
Initializes a new instance of the DropDown class.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a dropdown item to the end of the DropDown.
| |
| Contains |
Determines whether a dropdown item is in the DropDown.
| |
| IndexOf |
Returns the zero-based index of the first occurrence of a dropdown item in the DropDownItem.
| |
| Insert |
Inserts a dropdown item into the DropDown at the specified index.
| |
| Remove |
Removes the first occurrence of a specific dropdown item from the DropDown.
|
Properties
| Name | Description | |
|---|---|---|
| Item |
Gets or sets the dropdown item at the specified index.
|