GeneralSelection.IsCommandToBeFilteredOutForMultipleSelection 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:
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.