CommandSet.ProcessOnStatusSelectAllCommand(MenuCommand) Method

Definition

Virtual method for processing the SelectAll menu status handler.

protected:
 virtual void ProcessOnStatusSelectAllCommand(System::ComponentModel::Design::MenuCommand ^ command);
protected virtual void ProcessOnStatusSelectAllCommand (System.ComponentModel.Design.MenuCommand command);
abstract member ProcessOnStatusSelectAllCommand : System.ComponentModel.Design.MenuCommand -> unit
override this.ProcessOnStatusSelectAllCommand : System.ComponentModel.Design.MenuCommand -> unit
Protected Overridable Sub ProcessOnStatusSelectAllCommand (command As MenuCommand)

Parameters

command
MenuCommand

Menu command called from the Visual Studio

Applies to