# Sandbox.UI.TextEntry.AutoComplete

```csharp
System.Func<string,object[]> AutoComplete { get; set; }
```

If you hook a method up here we'll do autocomplete on it.
Return a list if strings for given string input.

Declared in [Sandbox.UI.TextEntry](/api/Sandbox.UI.TextEntry).
Assembly: `Sandbox.Engine`.
