# Editor.Widget.Enabled

```csharp
bool Enabled { get; set; }
```

Makes the widget not interactable. This is also usually be reflected visually by the widget.
The widget will not process any keyboard or mouse inputs. Applies retroactively to all children.

Declared in [Editor.Widget](/api/Editor.Widget).
Assembly: `Sandbox.Tools`.
