IEditorOperations.CutSelection Method

Definition

Cuts the selected text.

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

Returns

true if the edit and the clipboard operation both succeeded, otherwise false.

Exceptions

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

Applies to