API ReferenceEditor
DockWindowclass
A window that is built from docking windows.
Constructors1
Showing 1 constructors
public DockWindow()
No results match this filter.
Methods7
Showing 7 methods
protected virtual void BuildDefaultLayout()
Open and arrange this window's default docks. Override this to define your default layout.
Returns:
void—public void CreateDynamicViewMenu(Editor.Menu menu)
Populate a view menu with dock toggle options and a reset layout action.
| Parameter | Type | Description |
|---|---|---|
| menu | Menu | — |
Returns:
void—protected virtual void OnClosed()
Returns:
void—public void ResetLayout()
Reset the window back to its default dock layout.
Returns:
void—public virtual void RestoreFromStateCookie()
Restores window geometry and, on top of the base window, the saved dock layout.
Returns:
void—public void RestoreLayout()
Restore the saved dock layout, or the default layout if there's nothing to restore.
Returns:
void—public void SaveLayout()
Persist the current dock layout. Happens automatically when the window closes or the app exits.
Returns:
void—No results match this filter.
Properties1
Showing 1 properties
public Editor.DockManager Editor.DockWindow.DockManager { get; set; }
The dock manager for this window, created automatically.
No results match this filter.