Click or drag to resize

ISettingsViewInitializeTopicView Method

Sets the currently selected topic view.

Namespace: Altaxo.Gui.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void InitializeTopicView(
	string title,
	Object guiTopicObject
)

Parameters

title  String
Titel (shown above the topic view).
guiTopicObject  Object
The Gui topic view object.
See Also