[]
The selection mode of list box.
public enum SelectionMode
Public Enum SelectionMode
Name | Description |
---|---|
Extended | Select multiple items with ctrl key in the list box. |
Multiple | Select multiple items in the list box. |
Single | Select single item in the list box. |