Click or drag to resize

IComManagerApplicationWasStartedWithEmbeddingArg Property

Gets a value indicating whether the application was started with the -embedding argument.

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

Property Value

Boolean
true if the application was started with -embedding argument; otherwise, false.
See Also