# Sandbox.UI.Panel.AcceptsImeInput

```csharp
bool AcceptsImeInput { get; set; }
```

False by default. Anything that is capable of accepting IME input should return true. Which is probably just a TextEntry.

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
