NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControl.TabIndex

TabIndex property. The tab order of the control.

[Visual Basic]
Overridable Public Property TabIndex As Integer
[C#]
public int TabIndex {virtual get; virtual set;}
[C++]
public: __property virtual int get_TabIndex();
public: __property virtual void set_TabIndex(int);
[JScript]
public function get TabIndex() : int;
public function set TabIndex(int);

See Also

WebControl Class | WebControl Members | System.Web.UI.WebControls Namespace