ToolsMenuItemBase.UpdateMenuCommandStatus(MenuCommand) 方法

定義

更新此選單項目的選單指令狀態。

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

參數

menuCommand
MenuCommand

選單指令

實作

適用於