Skip to content

UITextArea.ReadOnly Property

Definition

Namespace: Brine2D.UI

When true, the field displays its text but rejects all edits. Navigation and copy \(Ctrl\+C\) still work.

C#
public bool ReadOnly { get; set; }

Property Value

System.Boolean