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.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool IsSelected { get; set; }
Property Value
Booleantrue if this instance is selected; otherwise,
false.
See Also