Click or drag to resize

TabbedElementControllerAddTab Method

Adds a tab to the controller.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddTab(
	string title,
	IApplyController controller,
	Object view
)

Parameters

title  String
The tab title.
controller  IApplyController
The controller associated with the tab.
view  Object
The view object hosted in the tab.
See Also