Share via


SqlScriptEditorControl.UpdateMenuCommandsStatus Method

Called by the base class to update commands status.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected Overrides Function UpdateMenuCommandsStatus ( _
    cmd As MenuCommand _
) As Boolean
'Usage
Dim cmd As MenuCommand 
Dim returnValue As Boolean 

returnValue = Me.UpdateMenuCommandsStatus(cmd)
protected override bool UpdateMenuCommandsStatus(
    MenuCommand cmd
)
protected:
virtual bool UpdateMenuCommandsStatus(
    MenuCommand^ cmd
) override
abstract UpdateMenuCommandsStatus : 
        cmd:MenuCommand -> bool  
override UpdateMenuCommandsStatus : 
        cmd:MenuCommand -> bool
protected override function UpdateMenuCommandsStatus(
    cmd : MenuCommand
) : boolean

Parameters

Return Value

Type: System.Boolean
A Boolean value.

See Also

Reference

SqlScriptEditorControl Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace