IEditorOperations.CutSelection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.