CommandSet.ProcessOnStatusPrintCommand(MenuCommand) Method

Definition

Virtual method for processing the Print menu status handler.

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

Parameters

command
MenuCommand

Menu command called from the Visual Studio

Applies to