# Sandbox.Game.IsMainMenuVisible

```csharp
static bool IsMainMenuVisible { get; set; }
```

Returns true if the main menu is visible. Note that this will work serverside too but will only
return the state of the host.

Declared in [Sandbox.Game](/api/Sandbox.Game).
Assembly: `Sandbox.Engine`.
