Objective Grid for Microsoft® .NET® Reference Guide

TabItemsCollection.SetTabIndex Method 

Back to Class Index

Sets the new index for a TabItem object.

[Visual Basic]
Overridable Public Sub SetTabIndex( _
   ByVal tab As TabItem, _
   ByVal newIndex As Integer _
)
[C#]
public virtual void SetTabIndex(
   TabItem tab,
   int newIndex
);

Parameters

tab
TabItem to change the index for.
newIndex
A new index.

See Also

TabItemsCollection Class | TabItemsCollection Members | Stingray.Grid Namespace