Miscellaneous

This page contains recommendations on how to use miscellaneous controls.

Fonts and Colors

Always use the default fonts and colors for controls, and for the form itself. This is necessary in order to ensure that theming and localization works. Also, any future changes can be done consistently in the framework. In Visual Studio you can see that default value is used when these properties are non-bold in the Properties box. If unsure, right-click on the property and Reset it.

Group Boxes

Having Group Boxes within a Group Box is not recommended and should be avoided. Try to design the layout differently.

Wizards