Click or drag to resize
GridTabBeamAddTab Method
Registers a tab with this GridTabBeam.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public virtual int AddTab(
	TabItem newTab,
	bool Activate
)

Parameters

newTab
Type: Stingray.GridTabItem
The TabItem to be added.
Activate
Type: SystemBoolean
If true, the newly added tab becomes active.

Return Value

Type: Int32
The index of the tab.
See Also