Click or drag to resize

IWorkbenchActiveContent Property

The active content, depending on where the focus currently is. If a document is currently active, this will be equal to ActiveViewContent, if a pad has the focus, this property will return the IPadContent instance.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IWorkbenchContent? ActiveContent { get; }

Property Value

IWorkbenchContent
See Also