Enum TextEdit.MenuItems
enum MenuItems
: int { ... }
Enum members
Name | Description |
---|---|
menuClear
|
Erases the whole TextEdit text.
|
menuCopy
|
Copies the selected text. |
menuCut
|
Cuts (copies and clears) the selected text. |
menuMax
|
Represents the size of the menuitems enum.
|
menuPaste
|
Pastes the clipboard text over the selected text (or at the cursor's position). |
menuRedo
|
Redoes the previous action. |
menuSelectAll
|
Selects the whole TextEdit text.
|
menuUndo
|
Undoes the previous action. |