# Editor.PanelWindow.Modal

```csharp
bool Modal { get; set; }
```

Block the [Editor.PanelWindow.Owner](/api/Editor.PanelWindow/Owner) from taking input while this window is open, the way a
dialog does. Does nothing without an owner. Cleared on close, so the owner isn't left dead.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
