Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Copy Selection command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Edit category

Copy Selection command

Summary

Copies the selection and pastes it to the Clipboard.

Description

Copies the selection and pastes it to the Clipboard. After this command, you can place the text by moving the cursor to a different location and running the Paste command.

How to Run

Default Menu: None

All Commands: Edit > Copy > Copy Selection

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_EDIT_COPY_SEL (4445)

Macros

[JavaScript]

editor.ExecuteCommandByID(4445);

[VBScript]

editor.ExecuteCommandByID 4445

Copyright © 2003-2023 by Emurasoft, Inc.