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 对象。

返回

一个布尔值,如果命令状态已更新,则该布尔值为 True;如果不识别该命令,则为 False

适用于