SelectionModeType

Description

The SelectionModeType enumeration contains modes of elements selection.

It is used by the following properties and methods:

Available Values

Value Brief description
0 SingleSelect. Single selection of elements. Focused element is always selected.
1 SingleSelectNullable. Single selection of elements. Focused element cannot be selected. Navigating the elements selects the focused element. On opening the context menu in the element area, the element is focused but not selected.
2 MultiSelect. Extended mode of multiple selection. Multiple selection is executed when an element is selected, navigating the elements does not reset selection. Holding down the CTRL key adds all child elements to a selection. On opening the context menu in the element area, the element is focused but not selected.
3 MultiSelectStandard. Standard mode of multiple selection. Hold the SHIFT key or the CTRL key to execute multiple selection, navigating the elements resets a selection and a selection of the focused element.

See also:

Forms Assembly Enumerations