CommandSet.ProcessOnStatusExpandCollapseCommand(MenuCommand) Method

Definition

Virtual method for processing the ExpandCollapse menu status handler.

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

Parameters

command
MenuCommand

Menu command called from the Visual Studio

Applies to