15.9k views
1 vote
N a MenuStrip, if you create each main menu item with a(n) ____ in front of a unique letter, then the user can press Alt and the given letter to activate the menu choice as an alternative to clicking it with the mouse.

A) %
B) $
C) &
D) >

User Nvkrj
by
8.3k points

1 Answer

0 votes

Answer:

C) &

Step-by-step explanation:

In the C# programming language a MenuStrip adds a custom menu bar to the program that you are making in which you can create unique menu items. When doing so, if you create a menu item with an & in front of a unique letter, the user can press ALT and the letter to activate the menu choice. These shortcuts are known as Access Keys.

N a MenuStrip, if you create each main menu item with a(n) ____ in front of a unique-example-1
User Thibauts
by
8.6k points