Click or drag to resize

IComManagerIsInEmbeddedMode Property

Gets a value indicating whether Altaxo is in embedded mode, i.e. an object (graph document) is embedded in another application. If true, the properties ContainerApplicationName, ContainerDocumentName and EmbeddedObject can be used to set the title in the title bar of Altaxo.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool IsInEmbeddedMode { get; }

Property Value

Boolean
true if Altaxo is in embedded mode; otherwise, false.
See Also