Info
Version: | 1.0.54 |
Author(s): | Scott McMaster |
Last Update: | Friday, December 12, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.codeproject.com/Articles/8406/Automatic-Runtime-Tab-Order-Management-for-Windows |
NuGet Url: | https://www.nuget.org/packages/TabOrderManager |
Install
Install-Package TabOrderManager
dotnet add package TabOrderManager
paket add TabOrderManager
TabOrderManager Download (Unzip the "nupkg" after downloading)
They allow experienced users to more rapidly interact with your application, and they may even be necessary to enable your application for users that cannot manipulate the mouse. You may sometimes find it desirable to set the tab order at runtime. For example, you may allow your users to customize the visibility or position of form controls, and you'd like a professional tab order even when you don't know exactly how the final form will look. Or you may not want to have to worry about maintaining the tab order for complex forms at design-time as the design changes.
The TabOrderManager class will help you easily automate the process of applying a nice tab order at runtime. And the TabSchemeProvider component makes it simple to set up your tabbing strategies in the Windows Forms Designer.