# Edit Group

## Content



The **Edit** group provides standard editing tools, such as copy, paste, and undo. It looks similar to the following image:

![](https://cdn.mescius.io/document-site-files/images/f14c4281-7088-4b33-9b40-4a5f7acf258d/working_with_c1richtextboxtoolbar_files/editgroupnew.png)

The **Edit** group includes the following options:

*   **Paste**: Clicking the **Paste** button pastes the selected text into the **C1RichTextBox**. You can also paste text by pressing the CTRL + V key combination while text is selected.
*   **Cut**: Clicking the **Cut** button cuts the selected text and places it on the clipboard. You can also cut text by pressing the CTRL + X key combination while text is selected.
*   **Copy**: Clicking the **Copy** button copies the selected text so that it can be pasted into the **C1RichTextBox** or another application. You can also copy text by pressing the CTRL + C key combination while text is selected.
*   **Undo**: Clicking the **Undo** button reverses the previous changes made to the content of the **C1RichTextBox**. The **Undo** button is not active unless changes have been made. You can also undo changes by pressing the CTRL + Z key combination.
*   **Redo**: Clicking the **Redo** button after the **Undo** button has been clicked repeats the changes that had been previously reversed. The **Redo** button is not active unless the **Undo** button has been clicked. You can also redo changes by pressing the CTRL + Y key combination.
*   **FP**: Clicking the **FP** button copies the formatting of the selected text and allows you to apply it to other text.