Click or drag to resize

IWorkbenchCloseContent Method

Closes the workbench view content.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void CloseContent(
	IViewContent content
)

Parameters

content  IViewContent
The view content that should be closed.
See Also