Click or drag to resize

ProjectServiceBaseGetMainWindowTitleWithComManagerInEmbeddedMode Method

Gets the main window title if the Com manager is in embedded mode.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual string GetMainWindowTitleWithComManagerInEmbeddedMode()

Return Value

String
The main window title for the case that the Com manager is in embedded mode.
Exceptions
ExceptionCondition
InvalidProgramExceptionThis function must be called only if Current.ComManager is in embedded mode and has an embedded object
See Also