SelectionMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the selection behavior of a TreeView, a ListBox or a ListView.
- C#
- VB.NET
public enum SelectionMode : Enum
Public Enum SelectionMode As [Enum]
Fields
| Name | Description |
|---|---|
| MultiExtended | Multiple items can be selected, and the user can use the SHIFT, CTRL, and arrow keys to make selections. |
| MultiSimple | Multiple items can be selected. |
| None | No items can be selected. |
| One | Only one item can be selected. |
Used By
| Name | Description |
|---|---|
| ListBox.SelectionMode | Returns or sets the method in which items are selected in the ListBox. |
| ListView.SelectionMode | Returns or sets the current selection mode determining how items are selected in the ListView. |
| TreeView.SelectionMode | Returns or sets the method in which items are selected in the TreeView. |