SelectionState.IsCommandToBeFilteredOutForSingleSelection(CommandID) Method
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.
True if the specified command should not be enabled for this selection state. The method is evaluated for the coerced selection.
protected:
virtual bool IsCommandToBeFilteredOutForSingleSelection(System::ComponentModel::Design::CommandID ^ command);
protected virtual bool IsCommandToBeFilteredOutForSingleSelection (System.ComponentModel.Design.CommandID command);
abstract member IsCommandToBeFilteredOutForSingleSelection : System.ComponentModel.Design.CommandID -> bool
override this.IsCommandToBeFilteredOutForSingleSelection : System.ComponentModel.Design.CommandID -> bool
Protected Overridable Function IsCommandToBeFilteredOutForSingleSelection (command As CommandID) As Boolean
Parameters
- command
- CommandID