Enum TextEdit.MenuItems

enum MenuItems : int { ... }

Enum members

NameDescription
Erases the whole TextEdit text.
Copies the selected text.
Cuts (copies and clears) the selected text.
Represents the size of the menuitems enum.
Pastes the clipboard text over the selected text (or at the cursor's position).
Redoes the previous action.
Selects the whole TextEdit text.
Undoes the previous action.