Click or drag to resize

IComManager Properties

The IComManager type exposes the following members.

Properties
 NameDescription
Public propertyApplicationWasStartedWithEmbeddingArg Gets a value indicating whether the application was started with the -embedding argument.
Public propertyContainerApplicationName If IsInEmbeddedMode is true, this property gets the name of the container application.
Public propertyContainerDocumentName If IsInEmbeddedMode is true, this property gets the name of the container document.
Public propertyEmbeddedObject If IsInEmbeddedMode is true, this property gets the embedded object (for instance the graph document that is embedded).
Public propertyIsInEmbeddedMode Gets a value indicating whether Altaxo is in embedded mode, i.e. a 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.
Top
See Also