# Editor.DockManager.RaiseDock

## Overload 1

```csharp
bool RaiseDock(string name)
```

Raise a dock to the front of its tab group.

### Parameters

- `name` (`string`)

### Returns

`bool`

## Overload 2

```csharp
bool RaiseDock(Widget widget)
```

Raise the dock containing the given widget to the front of its tab group.

### Parameters

- `widget` (`Widget`)

### Returns

`bool`

Declared in [Editor.DockManager](/api/Editor.DockManager).
Assembly: `Sandbox.Tools`.
