ScriptAndResultsEditorControl.UpdateMenuCommandsStatus(MenuCommand) 方法

定義

由基底類別呼叫,以更新命令狀態。

protected:
 override bool UpdateMenuCommandsStatus(System::ComponentModel::Design::MenuCommand ^ cmd);
protected override bool UpdateMenuCommandsStatus (System.ComponentModel.Design.MenuCommand cmd);
override this.UpdateMenuCommandsStatus : System.ComponentModel.Design.MenuCommand -> bool
Protected Overrides Function UpdateMenuCommandsStatus (cmd As MenuCommand) As Boolean

參數

cmd
MenuCommand

MenuCommand 物件。

傳回

Boolean

布林值,如果命令狀態已更新,則為 True,如果無法辨識命令則為 False

適用於