Gets or sets a value indicating whether the user can tab to the Label.
[Visual Basic] Overridable Public Property TabStop As Boolean [C#] public bool TabStop {override get; override 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);
true if tabbing moves focus to the Label; otherwise, false. The default is false.