# Editor.Widget.ReadOnly

```csharp
bool ReadOnly { get; set; }
```

Makes the widget read only. I.e. You can copy text of a text entry, but can't edit it.
Applies retroactively to all children.

Declared in [Editor.Widget](/api/Editor.Widget).
Assembly: `Sandbox.Tools`.
