AbstractViewContentIsActive Property | 
            Gets or sets a value indicating whether the view of this instance is active in the UI.
            
Namespace: Altaxo.Gui.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool IsActive { get; set; }Property Value
Booleantrue if the view of this instance is active in the UI; otherwise, 
false.
            
Implements
IWorkbenchContentIsActive
See Also