CommandSet.ProcessOnStatusPageSetupCommand(MenuCommand) Method

Definition

Virtual method for processing the PageSetup menu status handler.

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

Parameters

command
MenuCommand

Menu command called from the Visual Studio

Applies to