Windows Forms Menu (Menus) Getting started

24 Feb 20231 minute to read

This section provides a quick overview for working with the Menu control for Windows Forms.

Important
Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this link to learn about registering Syncfusion license key in your Windows Forms application to use our components.

This section describes how to configure a MainFrameBarManager control in a Windows Forms application and overview of its basic functionalities.

Assembly deployment

Refer control dependencies section to get the list of assemblies or NuGet package needs to be added as reference to use the control in any application. Please find more details regarding installation of nuget packages in a windows form application.

Creating an application with menu

You can create a Windows Forms application with menu control as either of the following ways.