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!

TabPage.TabIndex

[To be supplied.]

[Visual Basic]
Overridable Public Property TabIndex As Integer
[C#]
public int TabIndex {override get; override 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

TabPage Class | TabPage Members | System.WinForms Namespace