LOTUSSCRIPT/COM/OLE CLASSES


Copy method
Example

Copies the current selection in a document to the Clipboard. The current selection can be anything on the document, such as text or graphics.

Defined in

NotesUIDocument

Syntax

Call notesUIDocument.Copy

Usage

If the user has something on the Clipboard, it is lost when you call this method.

Language cross-reference

EditCopy @command in formula language

Example
See Also