TabbedElementControllerAddTab Method |
Adds a tab to the controller.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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