ProjectServiceBaseGetMainWindowTitleWithComManagerInEmbeddedMode Method |
Gets the main window title if the Com manager is in embedded mode.
Namespace: Altaxo.DomAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual string GetMainWindowTitleWithComManagerInEmbeddedMode()
Return Value
StringThe main window title for the case that the Com manager is in embedded mode.
Exceptions Exception | Condition |
---|
InvalidProgramException | This function must be called only if Current.ComManager is in embedded mode and has an embedded object |
See Also