klyn.gui.windows.DockWorkspace.hidePane
method
public hidePane(title as String, side as String = "") as Boolean:
Description

Hides a pane without affecting other sides.

Parameters
ParameterDescription
titlePane title.
sideOptional side filter.
Returns

True when a matching pane was found.

Example
workspace.hidePane("Projects", DockSide.LEFT)