A boolean value indicating whether the user can give the focus to this control using the TAB key.
[Visual Basic] Overridable Public Property TabStop As Boolean [C#] public bool TabStop {virtual get; virtual set;} [C++] public: __property virtual bool get_TabStop(); public: __property virtual void set_TabStop(bool); [JScript] public function get TabStop() : Boolean; public function set TabStop(Boolean);