Click or drag to resize

AbstractViewContentCanClose Method

Determines whether the view content can be closed.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual bool CanClose()

Return Value

Boolean
true if the view content can be closed; otherwise, false.
See Also