TabOrderManager 1.0.54
dotnet add package TabOrderManager --version 1.0.54
NuGet\Install-Package TabOrderManager -Version 1.0.54
<PackageReference Include="TabOrderManager" Version="1.0.54" />
paket add TabOrderManager --version 1.0.54
#r "nuget: TabOrderManager, 1.0.54"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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 | 11,640 | 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