# Sandbox.UI.TextEntry.Multiline

```csharp
bool Multiline { get; set; }
```

Makes it possible to enter new lines into the text entry. (By pressing the Enter key, which no longer acts as the submit key)

Declared in [Sandbox.UI.TextEntry](/api/Sandbox.UI.TextEntry).
Assembly: `Sandbox.Engine`.
