Click or drag to resize

LineEditClearButtonEnabled Property

If true, the LineEdit will show a clear button if text is not empty, which can be used to clear the text quickly.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool ClearButtonEnabled { get; set; }

Property Value

Type: Boolean
See Also