-
enum CATMultiSelectionMode {
CATMonoSel, CATMultiSelTriggWhenSelPerf, CATMultiSelTriggWhenUserValidatesSelection
} -
Types of multi-selection.
Role: This enum is used by the method.- Values:
-
- CATMonoSel
- Multi-selection is not supported dd>
- CATMultiSelTriggWhenSelPerf
- Multi-selection is supported (through a dedicated "Tools Palette" toolbar).
The selection (through a trap for example) is triggered when the selection is performed.
The CTRL and SHIFT keys are not supported. dd> - CATMultiSelTriggWhenUserValidatesSelection
- Multi-selection is supported (through a dedicated "Tools Palette" toolbar).
The selection (through a trap for example) is triggered when the user validates the selection.
The CTRL and SHIFT keys are supported. dd>