Click or drag to resize

AbstractViewContentIsActive Property

Gets or sets a value indicating whether the view of this instance is active in the UI.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsActive { get; set; }

Property Value

Boolean
true if the view of this instance is active in the UI; otherwise, false.

Implements

IWorkbenchContentIsActive
See Also