DropDownList Members

The DropDownList type exposes the following members.

Constructors


  Name Description
Public method DropDownList
Initializes a new instance of the [DropDownList] class.

Methods


  Name Description
Public method Close
Public method Contains
Public method GetDropDown
Public method Open

Properties


  Name Description
Public property Button
Gets the button.
Public property Dropdown
Gets the dropdown.
Public property DropdownAutoSize
Gets or sets a value indicating whether [dropdown auto size].
Public property DropdownSize
Gets or sets the size of the dropdown.
Public property IsOpen
Gets a value indicating whether this instance is open.
Public property Items
Gets the items.
Public property Label
Gets the label.
Public property Listbox
Gets the listbox.
Public property SelectedItem
Gets or sets the selected item.

Events


  Name Description
Public event OnClosed
Raised when [on closed].
Public event OnClosing
Raised when [on closing].
Public event OnOpened
Raised when [on opened].
Public event OnOpening
Raised when [on opening].
Public event SelectedItemChanged
Raised when [selected item changed].