Click or drag to resize

TextEditReadonly Property

If true, read-only mode is enabled. Existing text cannot be modified and new text cannot be added.

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

Property Value

Type: Boolean
See Also