What are the major differences between the MenuStrip and ContextMenuStrip controls?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the major differences between the MenuStrip and ContextMenuStrip controls?
Rating:
The following table describes the differences between the MenuStrip and ContextMenuStrip controls:
| It creates a custom menu on a Windows form. | It creates a custom context menu on a Windows form. |
| It has a top-level menu. | It does not have a top-level menu. |
| It is visible at runtime without invoking an object by right-clicking the mouse button. | It is visible at runtime unless an object is invoked by right-clicking the mouse button. |
| It is designed to replace the | It is designed to replace the |
Rating:
Was this information helpful?
Other articles
- What is the ErrorProvider component?
- What are the values of the FormBorderStyle enumeration?
- What is the Control class?
- What is the MouseHover event?
- Describe the setup project properties of a Windows application?
