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

Shows a pane and collapses any other expanded pane on the same side.

Parameters
ParameterDescription
titlePane title.
sideOptional side filter.
Returns

True when a matching pane was found.

Example
workspace.showPane("Database", DockSide.LEFT)