SelectionState.IsCommandToBeFilteredOutForMultipleSelection(CommandID) Method

Definition

True if the specified command should not be enabled for this selection state. The method is evaluated for the coerced selection.

protected:
 virtual bool IsCommandToBeFilteredOutForMultipleSelection(System::ComponentModel::Design::CommandID ^ command);
protected virtual bool IsCommandToBeFilteredOutForMultipleSelection (System.ComponentModel.Design.CommandID command);
abstract member IsCommandToBeFilteredOutForMultipleSelection : System.ComponentModel.Design.CommandID -> bool
override this.IsCommandToBeFilteredOutForMultipleSelection : System.ComponentModel.Design.CommandID -> bool
Protected Overridable Function IsCommandToBeFilteredOutForMultipleSelection (command As CommandID) As Boolean

Parameters

command
CommandID

Returns

Applies to