What is an access key? What are three reasons access keys should be set in a Windows application?

What will be an ideal response?

An access key is an underlined letter in a control of an application. It allows the user to select an object using the Alt key in combination with a letter or number. Access keys are not case sensitive. In an interface, you should assign access keys to each control that can accept user input, such as text boxes and buttons. Access keys are important because they allow people with certain physical disabilities to interact with the application's interface.

Computer Science & Information Technology

You might also like to view...

In class LinkedQueue, where does neNodePtr point?

a. the back or end of the chain b. the front or beginning of the chain c. nullPtr d. the next element of the queue

Computer Science & Information Technology

Other parts of a web page that a search engine robot may examine include:

a. page title b. text in headings and paragraphs c. links d. all of the above

Computer Science & Information Technology