StatusBar::TabStop Property

 
Use BaseTrue

Gets or sets a value indicating whether the user will be able to tab to the StatusBar.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool TabStop {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the tab key moves focus to the StatusBar; otherwise false. The default is false.

.NET Framework
Available since 1.1
Return to top
Show: