# Editor.PanelDockWindows.Float

```csharp
bool Float(string id)
```

Explicitly opens a registered panel in its own floating window. Returns false when unavailable
or during a drag. The same content instance is retained; a lone floating panel is simply focused.

### Parameters

- `id` (`string`)

### Returns

`bool`

Declared in [Editor.PanelDockWindows](/api/Editor.PanelDockWindows).
Assembly: `Sandbox.Tools`.
