ListViewSelectionMode Enum

Definition

Enumerates values that control whether items in a list view can or cannot be selected.

public enum ListViewSelectionMode
type ListViewSelectionMode = 
Inheritance
ListViewSelectionMode

Fields

None 0

Indicates that items cannot be selected.

Single 1

Indicates that a single item can be selected.

Applies to