Context Menu command

Summary

Shows Context Menu.

Description

Displays a context menu within the EmEditor window. Menu commands displayed in the context menu can be customized in the Menus page of the Customize dialog box. This menu also appears when the right mouse button is clicked.

How to Run

  • Default Menu: None

  • All Commands: Tools > Context Menu

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_CONTEXT_MENU (4301)

Macros

[JavaScript]

editor.ExecuteCommandByID(4301);

[VBScript]

editor.ExecuteCommandByID 4301