Creating Top Level Menu in C#

In this article we will create a Top level menu in C#.
  • 6934

Introduction

In this article we will use menu string control to create menu in window form in C#. Then give names for menu and sub menus as per required.

Step 1

We will open a new window form and drag and down menu string from the toolbox. Now give name for the main menu and sub menus.

menu 01.jpg

Step 2

Now create the shortcut keys to open properties of the sub menu these sort keys are required.

sort key.jpg

© 2020 DotNetHeaven. All rights reserved.