# Sandbox.UI.Panel.AcceptsFocus

```csharp
bool AcceptsFocus { get; set; }
```

False by default, can this element accept keyboard focus. If an element accepts
focus it'll be able to receive keyboard input.

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
