IMenuHandler.UpdateMenuCommandsStatus(MenuCommand) Method

Definition

Updates the status of the command.

public:
 void UpdateMenuCommandsStatus(System::ComponentModel::Design::MenuCommand ^ menuCommand);
public void UpdateMenuCommandsStatus (System.ComponentModel.Design.MenuCommand menuCommand);
abstract member UpdateMenuCommandsStatus : System.ComponentModel.Design.MenuCommand -> unit
Public Sub UpdateMenuCommandsStatus (menuCommand As MenuCommand)

Parameters

menuCommand
MenuCommand

Represents the menu of the command.

Applies to