ScriptAndResultsEditorControl.UpdateMenuCommandsStatus(MenuCommand) Method

Definition

Called by the base class to update command 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, True if command status has been updated, False if the command is not recognized.

Applies to