The tab index of this control. A tab index may consist of any valid integer number greater than or equal to zero. If more than one control on the same parent control has the same tab index, the z-order of the controls will be used to determine the order to pick the controls.
[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);