Clipboard-Support in WPF RichTextBoxAdv (Classic)
5 May 20211 minute to read
Clipboard support in the RichTextBoxAdv control allows you to cut, copy, and paste the selected text inside the RichTextBoxAdv. These can be executed by the built-in commands.
- Cut—Performs the cut operation over the selected text.
- Copy—Copies the selected text from the RichTextBoxAdv.
- Paste—Pastes the copied text into RichTextBoxAdv.
Methods
Method | Description | Parameters | Type | Return Type |
---|---|---|---|---|
Cut() | Slices the selected text. | NA | NA | Void |
Copy() | Copies the selected text. | NA | NA | Void |
Paste() | Pastes the copied text. | NA | NA | Void |