Click or drag to resize

TextEditSelectingEnabled Property

If true, text can be selected.

If false, text can not be selected by the user or by the Select(Int32, Int32, Int32, Int32) or SelectAll methods.

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

Property Value

Type: Boolean
See Also