Objective Grid for Microsoft® .NET® Reference Guide

TabItemsCollection.Add Method 

Back to Class Index

Adds a TabItem to the collection.

[Visual Basic]
Public Function Add( _
   ByVal tab As TabItem _
) As Integer
[C#]
public int Add(
   TabItem tab
);

Parameters

tab
The TabItem to add.

Return Value

The index of the new TabItem object.

See Also

TabItemsCollection Class | TabItemsCollection Members | Stingray.Grid Namespace