Total .NET Analyzer Rule Documentation  

FormMenu Rule

Consider adding a menu to the form.

Remarks

In general, Windows Forms that are not child forms or dialogs include a menu.

Resolution

To create a menu at design time, select the MainMenu control from the ToolBox and the MainMenu component is added to the component tray. To associate a menu with the form, set the form's Menu property in the Properties window.

See Also

Form.Menu Property

Menus in Windows Forms

Menu Designer