CommandSet.ProcessOnStatusResetDecoratorSizeCommand(MenuCommand) Method

Definition

Virtual method for processing the ResetDecoratorSize menu status handler.

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

Parameters

command
MenuCommand

Menu command called from the Visual Studio

Applies to