The DropDown type exposes the following members.

Constructors

  NameDescription
Public methodDropDown
Initializes a new instance of the DropDown class.

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.

Properties

  NameDescription
Public propertyItem
Gets or sets the dropdown item at the specified index.

See Also