StatusBar.TabStop Property

Definition

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

public:
 property bool TabStop { bool get(); void set(bool value); };
public bool TabStop { get; set; }
member this.TabStop : bool with get, set
Public Property TabStop As Boolean

Property Value

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

Applies to