Describe four of the six menu standards that should be followed when including a menu in an application.
What will be an ideal response?
1. Menu title captions should be one word and entered using uppercase letters. Each menu title should have a unique access key.
2. Menu captions can be from one to three words. Use book title capitalization and assign a unique access key to each menu item on the same menu.
3. Assign unique shortcut keys to commonly used menu items.
4. If a menu item requires additional information from the user, place an ellipsis (...) at the end of the item's caption, which is entered in the item's Text property.
5. Follow the Windows standards for the placement of menu titles and items.
6. Use a separator bar to separate groups of related menu items.
You might also like to view...
When deriving a class from a protected base class, the public members of the base class become _________ and the protected members of the base class become __________?
a. protected, private b. public, private c. protected, protected d. public, protected
What key aspect of both the binary search and the merge sort accounts for the logarithmic portion of their respective Big Os?
What will be an ideal response?
Pressing the ____ key deletes one character at a time to the right of the insertion point.
A. CTRL B. BACKSPACE C. SHIFT D. DELETE
In an all-in-one form, when the user clicks the submit button, the script submits the form to a separate processing script.
Answer the following statement true (T) or false (F)