Click or drag to resize

AbstractViewContentIsSelected Property

Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).

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

Property Value

Boolean
true if the view of this instance is selected; otherwise, false.

Implements

IWorkbenchContentIsSelected
See Also