CommandSet.ProcessOnStatusEditCompartmentItemCommand(MenuCommand) Method

Definition

Virtual method for processing the EditCompartmentItem menu status handler.

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

Parameters

command
MenuCommand

Menu command called from the Visual Studio

Applies to