mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 16:06:07 +02:00
* 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
1.2 KiB
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 |
|
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
- Set the xref:System.Windows.Forms.ToolStrip.TabStop%2A property of the xref:System.Windows.Forms.ToolStrip to
true.