SelectionState.IsCommandToBeFilteredOut(CommandID) Method

Definition

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

public:
 virtual bool IsCommandToBeFilteredOut(System::ComponentModel::Design::CommandID ^ command);
public virtual bool IsCommandToBeFilteredOut (System.ComponentModel.Design.CommandID command);
abstract member IsCommandToBeFilteredOut : System.ComponentModel.Design.CommandID -> bool
override this.IsCommandToBeFilteredOut : System.ComponentModel.Design.CommandID -> bool
Public Overridable Function IsCommandToBeFilteredOut (command As CommandID) As Boolean

Parameters

command
CommandID

Returns

Applies to