ModelExplorerTreeContainer.ProcessOnStatusDeleteAllCommand Method

Definition

Virtual method for processing the DeleteAll menu status handler.

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

Parameters

cmd
MenuCommand

Menu command called from the Visual Studio

Remarks

By default the DeleteAll command is enabled when a role group node with children is selected.

Applies to