When, if ever, should a component be disabled?

What will be an ideal response?


A component should be disabled whenever it is inappropriate for the user to interact with it. This minimizes
error handling and special cases.

Computer Science & Information Technology

You might also like to view...

When the address of the actual argument is passed to the formal parameter, this is called __________________________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The macro action ____ closes a specified database object window.

A. CloseDatabase B. CloseAll C. QuitAccess D. CloseWindow

Computer Science & Information Technology

Arguments for Excel functions can be numbers, cell references, formulas without equals signs, or other functions without equals signs

Indicate whether the statement is true or false

Computer Science & Information Technology

If a variable is passed ByVal and the value of its argument is changed, the initial variable will change as well.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology