SqlScriptEditorControl.UpdateMenuCommandsStatus(MenuCommand) Method

Definition

Called by the base class to update commands status.

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

Parameters

cmd
MenuCommand

A MenuCommand object.

Returns

A Boolean value.

Applies to