ListBox Members

The ListBox type exposes the following members.

Constructors


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

Methods


  Name Description
Protected method OnUpdate

Properties


  Name Description
Public property ClipFrame
Gets the clip frame.
Public property Items
Gets or sets the items.
Public property MaxSelected
Gets or sets the max selected.
Public property Multiselect
Gets or sets a value indicating whether this [ListBox] is multiselect.
Public property Scroll
Gets or sets the scroll.
Public property Scrollbar
Gets the scrollbar.
Public property SelectedItem
Gets or sets the selected item.
Public property SelectedItems
Gets the selected items.

Events


  Name Description
Public event SelectedItemChanged
Raised when [selected item changed].
Public event SelectedItemsChanged
Raised when [selected items changed].