IMenuItem.UpdateMenuCommandStatus(MenuCommand) Method

Definition

Indicates the update of the menu command status for the menu item.

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

Parameters

menuCommand
MenuCommand

A MenuCommand object that represents the command to update.

Applies to