Click or drag to resize

IWorkbenchShowPad Method

Shows the provided pad content in the pad area.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void ShowPad(
	IPadContent content,
	bool switchToPad
)

Parameters

content  IPadContent
The content.
switchToPad  Boolean
If true, the pad is made the active content, i.e. it is selected.
See Also