Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/how-to-enable-the-tab-key-to-move-out-of-a-toolstrip-control.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.2 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
How to: Enable the TAB Key to Move Out of a ToolStrip Control 03/30/2017
controls [Windows Forms], moving between
TAB key [Windows Forms], enabling
ToolStrip control [Windows Forms], moving from
40f9e88b-09a3-428e-8da8-c00bb65079c6

How to: Enable the TAB Key to Move Out of a ToolStrip Control

Use the following procedure to enable the user to press the TAB key to move out of a xref:System.Windows.Forms.ToolStrip to the next control in the tab order.

The xref:System.Windows.Forms.ToolStrip accepts the first press of the TAB key, and the arrow keys select items within the xref:System.Windows.Forms.ToolStrip. When the user presses the TAB key a second time, it takes the user to the next control in the tab order.

To enable the user to press the TAB key to move out of a ToolStrip to the next control

See also