ITabbedElementViewAddTab Method |
Adds a Tab page to the dialog
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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