Share via


IWorkspaceCommandHandler.IgnoreOnMultiselect Property

Definition

If true, the command handler will be ignored when multi selection. If all command handlers for a node state to ignore on multi select, node will be removed from selection. Still if node has no command handlers at all it will cancel command routing for entire selection.

public:
 property bool IgnoreOnMultiselect { bool get(); };
public:
 property bool IgnoreOnMultiselect { bool get(); };
public bool IgnoreOnMultiselect { get; }
member this.IgnoreOnMultiselect : bool
Public ReadOnly Property IgnoreOnMultiselect As Boolean

Property Value

Applies to