GeneralSelection.IsCommandToBeFilteredOutForMultipleSelection Method

Definition

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

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

Parameters

command
CommandID

Returns

true if the specified command is to be disabled for this (coerced) selection.

Applies to