The DropDown type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a dropdown item to the end of the DropDown.
Public methodContains
Determines whether a dropdown item is in the DropDown.
Public methodIndexOf
Returns the zero-based index of the first occurrence of a dropdown item in the DropDownItem.
Public methodInsert
Inserts a dropdown item into the DropDown at the specified index.
Public methodRemove
Removes the first occurrence of a specific dropdown item from the DropDown.

See Also