When does the Click event of a menu item occur?
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.
When does the Click event of a menu item occur?
Rating:
The Click event of a menu item occurs when a user clicks the menu item. This event also occurs when a user selects the menu item by using the keyboard and presses the Enter key. Moreover, this event is also raised if a user accesses the menu item using the access key or the shortcut key defined by the MenuItem control. This event is not raised for parent menu items.
Rating:
Was this information helpful?
Other articles
- What is the Add method?
- What is inheritance?
- What is .NET Framework class library?
- What is ReDim statement?
- What is the TabIndex property?