Any
windows based application will provide two types of menus
1)Main Menu
2)Context / Shortcut Menu
Main menu
- This will be available at the top of the application
- Every application can contain only one main menu
- To create Main Menu, we have menu strip control
Context menu
- This menu is displayed when users clicks right mouse button within the application
- An application can contain any number of context menus based on requirement
Working with Shortcut / Context Menus
- To create context menu, we have a separate control known as ContextMenuStrip control
- We can create any number of shortcut menus within a single application
No comments:
Post a Comment