TdxMapControlOptionsBehavior.MapItemSelectMode Property
Specifies the map item selection mode.
Declaration
property MapItemSelectMode: TdxMapItemSelectMode read; write; default mismExtended;
Property Value
Type | Default |
---|---|
TdxMapItemSelectMode | mismExtended |
Remarks
Options include:
Value | Description |
---|---|
mismNone | Map item selection is disabled. |
mismSingle | One or zero map items can be selected simultaneously. Clicking a map item selects it, deselecting the previously selected map item. |
mismMultiple | Multiple map items can be selected simultaneously. To switch the selected state of a map item, end-users can click it while holding down the Ctrl key. |
mismExtended | Multiple map items can be selected simultaneously. In addition to the selection options provided by the mismMultiple value, end-users can select a rectangular area with the mouse while holding down the Shift key (a blue box is displayed to highlight the selected area) to add all the map items located within this area to the selection. |
Clicking the map area that is free from map items clears the selection.
The default value of the MapItemSelectMode property is mismExtended.
See Also