Move to Next Group command

Summary

Moves the current document to the next group.

Description

Moves the current document to the next group.

How to Run

  • Default Menu: None

  • All Commands: Window > Group > Move to Next Group

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: None

Plug-in Command ID

EEID_MOVE_NEXT_GROUP (4397)

Macros

[JavaScript]

editor.ExecuteCommandByID(4397);

[VBScript]

editor.ExecuteCommandByID 4397