Skip to main content

Document.Cut() Method

Removes the currently selected text and copies it to the Clipboard.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void Cut()

Remarks

Use the Document.Selection property to access currently selected text.

Note

The Cut method executes a UI command and is in effect only for RichEditControl (WinForms and WPF).

See Also