Click or drag to resize

TabbedElementControllerTab Method

Gets the tab at the specified index.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected ControlViewElement Tab(
	int i
)

Parameters

i  Int32
The tab index.

Return Value

ControlViewElement
The tab view element at the specified index.
See Also