SqlScriptEditorControl.ScriptEditorContextMenuID Property

Definition

Gets the identifier of the context menu that should be shown when user right clicks on script editor.

protected:
 virtual property int ScriptEditorContextMenuID { int get(); };
protected override int ScriptEditorContextMenuID { get; }
member this.ScriptEditorContextMenuID : int
Protected Overrides ReadOnly Property ScriptEditorContextMenuID As Integer

Property Value

An integer value identifier.

Remarks

While debugging, the context menu that shows up will be standard VSStandardCommands97.IDM_VS_CTXT_CODEWIN context menu. This context menu is different from the Sql Editor context menu that comes up when no debugging is going on. It has debugger specific commands like Breakpoint and RuntoCursor.

Applies to