This documentation is archived and is not being maintained.
Form.TabIndex Property
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Shadows Property TabIndex As Integer [C#] public new int TabIndex {get; set;} [C++] public: __property int get_TabIndex(); public: __property void set_TabIndex(int); [JScript] public hide function get TabIndex() : int; public hide function set TabIndex(int);
See Also
Show: