[]
The selection mode of list box.
public enum SelectionMode
Extended = 2
Select multiple items with ctrl key in the list box.
Multiple = 1
Select multiple items in the list box.
Single = 0
Select single item in the list box.