Multi-Selection

[This is preliminary documentation and subject to change.]

Multiselection is allowed only in the result pane. By default multiselection is off in the list view. To enable multiselection, set the multiselection flag (MMC_VIEW_OPTIONS_MULTISELECT) in the ViewOptions param for IComponent::GetResultViewType.

What happens on multiselect, depends on the items that are selected. There are three possible scenarios.

  1. The multiselection includes the selection of one or more Static Nodes.
  2. No static node is selected, but items (nodes and/or leaves) from multiple snap-ins are selected.
  3. Only items (nodes and/or leaves) from a single snap-in are selected.