Total .NET Analyzer Rule Documentation  

FormIcon Rule

Consider using a custom icon for the form.

Remarks

A form's Icon property determines the picture that is displayed in the form's Control Box as well as the icon that represents the form in the taskbar. If the Icon property is not set, the form will use a default icon. Consider setting an appropriate icon for your form to make it easy to distinguish from other applications in the task bar.

Resolution

Set the form's Icon property through the Windows Form Designer window. Choose an icon that is appropriate for the application.

See Also

Form.Icon Property