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