TabOrderManager 1.0.54

dotnet add package TabOrderManager --version 1.0.54
NuGet\Install-Package TabOrderManager -Version 1.0.54
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TabOrderManager" Version="1.0.54" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TabOrderManager --version 1.0.54
#r "nuget: TabOrderManager, 1.0.54"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TabOrderManager as a Cake Addin
#addin nuget:?package=TabOrderManager&version=1.0.54

// Install TabOrderManager as a Cake Tool
#tool nuget:?package=TabOrderManager&version=1.0.54

Good tab orders on your forms are important. 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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.54 10,818 12/12/2014

I did not create this project, I just made the package so people can get to it quick. Sources here: http://www.codeproject.com/Articles/8406/Automatic-Runtime-Tab-Order-Management-for-Windows