Tagged Questions
1
vote
1answer
230 views
Design Principle: Is there ever a reason to turn TabStop off?
In Visual Studio .NET the TabStop property is by default set to True for all command and input fields. Most other designers have some concept of tab control for "power users" who don't like to switch ...