Gets or sets a value indicating whether the user will be able to tab to the StatusBar.
[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 the tab key moves focus to the StatusBar; otherwise false. The default is false.
StatusBar Class | StatusBar Members | System.WinForms Namespace