# Sandbox.UI.TextEntry.Disabled

```csharp
bool Disabled { get; set; }
```

Is the text entry disabled?
If disabled, will add a "disabled" class and prevent focus.

Declared in [Sandbox.UI.TextEntry](/api/Sandbox.UI.TextEntry).
Assembly: `Sandbox.Engine`.
