CommandSet.ProcessOnStatusResetDecoratorLocationCommand(MenuCommand) Method

Definition

Virtual method for processing the ResetDecoratorLocation menu status handler.

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

Parameters

command
MenuCommand

Menu command called from the Visual Studio

Applies to