Click or drag to resize

TextEditMenuItems Enumeration

[Missing <summary> documentation for "T:Godot.TextEdit.MenuItems"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum MenuItems
Members
  Member nameValueDescription
Cut0

Cuts (copies and clears) the selected text.

Copy1

Copies the selected text.

Paste2

Pastes the clipboard text over the selected text (or at the cursor's position).

Clear3

Erases the whole TextEdit text.

SelectAll4

Selects the whole TextEdit text.

Undo5

Undoes the previous action.

Redo6

Redoes the previous action.

Max7

Represents the size of the TextEditMenuItems enum.

See Also