CommandSet.ProcessOnStatusPrintPreviewCommand(MenuCommand) Method

Definition

Virtual method for processing the Print Preview menu status handler.

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

Parameters

command
MenuCommand

Menu command called from Visual Studio

Applies to