Click or drag to resize

IWorkbenchContentIsSelected Property

Gets or sets a value indicating whether this pad or document is selected. If this is a document, it is selected if the tab of the document is selected.

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

Property Value

Boolean
true if this instance is selected; otherwise, false.
See Also