Click or drag to resize

LineEditGetMenu Method

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

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.LineEdit.GetMenu"]

See Also