IWorkspaceCommandHandler.IgnoreOnMultiselect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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