ModelExplorerTreeContainer.ProcessOnStatusPropertiesCommand Method

Definition

Virtual method for processing the Properties menu status handler.

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

Parameters

cmd
MenuCommand

Menu command called from the Visual Studio

Applies to