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

1. If you set a group box control’s Visible property to False, the attached controls will still
remain visible.
2. When a check box control has the focus, the spacebar can be used to invoke its
CheckedChanged event.
3. As with the button and check box controls, an access key can be set up by placing an
ampersand in front of a letter in the radio button’s Text property setting.
4. Suppose a form contains two group box controls with one radio button placed on each. In
this case, both radio buttons can be selected (or turned “on”) at the same time.


1. F
2. T
3. T
4. T

Computer Science & Information Technology

You might also like to view...

When a program throws an exception, you always have to deal with it.

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

Computer Science & Information Technology

Which of the following is not true about Combo Boxes?

A) They can make data entry more reliable. B) They are not good for repetitive data. C) They should not be used if the menu would become too long. D) They can reference data in other tables.

Computer Science & Information Technology

You can use ____ types of links on web pages.

A. two B. three C. four D. six

Computer Science & Information Technology

Theevent modeldescribes how events and objects interact within a web page and a web browser.

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

Computer Science & Information Technology