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.3179.0 (4.8.3179.0)
Syntax
C#
void AddTab(
	string title,
	Object view
)

Parameters

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