Objective Grid for Microsoft® .NET® Reference Guide

GridTabBeam.AddTab Method 

Back to Class Index

Registers a tab with the GridTabBeam.

[Visual Basic]
Overridable Public Function AddTab( _
   ByVal newTab As TabItem, _
   ByVal Activate As Boolean _
) As Integer
[C#]
public virtual int AddTab(
   TabItem newTab,
   bool Activate
);

Parameters

newTab
The TabItem to be added.
Activate
If true, the newly added tab becomes active.

Return Value

Index of the tab.

See Also

GridTabBeam Class | GridTabBeam Members | Stingray.Grid Namespace