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

返回

一个布尔值。

适用于