ToolStrip::TabStop Property
.NET Framework (current version)
Gets or sets a value indicating whether the user can give the focus to an item in the ToolStrip using the TAB key.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
When the user presses the TAB key, the input focus is set to the next ToolStripItem in the tab order. Controls with a 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 TabIndex property value for controls in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: