Click or drag to resize

TextEditGetMenu Method

Returns the PopupMenu of this TextEdit. By default, this menu is displayed when right-clicking on the TextEdit.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public PopupMenu GetMenu()

Return Value

Type: PopupMenu

[Missing <returns> documentation for "M:Godot.TextEdit.GetMenu"]

See Also