TabbedElementControllerTab Method |
Gets the tab at the specified index.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected ControlViewElement Tab(
int i
)
Parameters
- i Int32
- The tab index.
Return Value
ControlViewElementThe tab view element at the specified index.
See Also