System.Windows.Forms.ToolStrip.TabStop Property

Gets or sets a value indicating whether the user can give the focus to an item in the System.Windows.Forms.ToolStrip using the TAB key.

Syntax

[System.Runtime.InteropServices.DispId(-516)]
[System.ComponentModel.DefaultValue(false)]
public bool TabStop { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the user presses the TAB key, the input focus is set to the next System.Windows.Forms.ToolStripItem in the tab order. Controls with a Control.TabStop property value of false are not included in the collection of controls in the tab order. You can manipulate the tab order by changing the Control.TabIndex property value for controls in the collection.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0