Click or drag to resize
TabItem Constructor
Initializes a new TabItem instance.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public TabItem(
	Control parent,
	Rectangle sizeAndPos,
	Control tabSheet,
	string label
)

Parameters

parent
Type: System.Windows.FormsControl
Reference to a parent object (GridTabBeam).
sizeAndPos
Type: System.DrawingRectangle
Rectangle contains tab's initial size and position.
tabSheet
Type: System.Windows.FormsControl
A control associated with the tab.
label
Type: SystemString
Text used as a tab label.
See Also