IEditorOperations.CopySelection Method

Definition

Copies the selected text to the clipboard.

public:
 bool CopySelection();
public:
 bool CopySelection();
bool CopySelection();
public bool CopySelection ();
abstract member CopySelection : unit -> bool
Public Function CopySelection () As Boolean

Returns

true if the clipboard operation succeeded, otherwise false.

Exceptions

is thrown if there is not sufficient memory to complete the operation.

Applies to