Click or drag to resize

ProjectServiceBaseCloseViewContent Method

This will remove the controller and its view from the Gui.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CloseViewContent(
	IViewContent controller
)

Parameters

controller  IViewContent
The view content to remove.

Implements

IProjectServiceCloseViewContent(IViewContent)
See Also