Click or drag to resize

TabbedElementControllerAddTab Method

[Missing <summary> documentation for "M:Altaxo.Gui.Common.TabbedElementController.AddTab(System.String,Altaxo.Gui.IApplyController,System.Object)"]


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

Parameters

title  String

[Missing <param name="title"/> documentation for "M:Altaxo.Gui.Common.TabbedElementController.AddTab(System.String,Altaxo.Gui.IApplyController,System.Object)"]

controller  IApplyController

[Missing <param name="controller"/> documentation for "M:Altaxo.Gui.Common.TabbedElementController.AddTab(System.String,Altaxo.Gui.IApplyController,System.Object)"]

view  Object

[Missing <param name="view"/> documentation for "M:Altaxo.Gui.Common.TabbedElementController.AddTab(System.String,Altaxo.Gui.IApplyController,System.Object)"]

See Also