Share via


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 オブジェクト。

戻り値

ブール値です。

適用対象