Objective Grid for Microsoft® .NET® Reference Guide

GridTabBeam.SetTabIndex Method 

Back to Class Index

Sets the index for the specified control.

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

Parameters

Sheet
newIndex

See Also

GridTabBeam Class | GridTabBeam Members | Stingray.Grid Namespace