SelectionMode

SelectionMode

Enumerates the modes to be used when performing selections.

Index

Enumeration Members

Enumeration Members

SelectionMode.Add
Add: 1

Adds the item to the contents of the selection set.

SelectionMode.Set
Set: 0

Sets the contents of the selection set to the supplied item. All other selected items will be removed from the selection set.

SelectionMode.Toggle
Toggle: 2

If the selection item is in the selection set, removes it. If it is not in the selection set, adds it.