Click or drag to resize

ITabbedElementViewAddTab Method

Adds a tab page to the dialog.

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

Parameters

title  String
The title of the tab page.
view  Object
The view. It must currently be of type Control.
See Also