Click or drag to resize

IWorkbenchShowView Method

Shows the view content. The type of object content depends on the GUI type. SharpDevelop's GUI requires an object of type IViewContent;

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void ShowView(
	Object content,
	bool selectView
)

Parameters

content  Object
The view content that should be shown.
selectView  Boolean
If true, the workbench will switch to the view.
See Also