# IAccessContainerWindow

> Implement this interface to gain access to toolbar's container EditorWindow.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEditor.Toolbars](/engine/6000.5/script-reference/unityeditor/toolbars.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public interface IAccessContainerWindow
```

## Properties

| Property                                                                                                          | Description                                                                                            |
| ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| [containerWindow](/engine/6000.5/script-reference/unityeditor/toolbars/iaccesscontainerwindow/containerwindow.md) | EditorToolbar's container [EditorWindow](/engine/6000.5/script-reference/unityeditor/editorwindow.md). |
