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

1. GroupBoxes have a text display and can have scrollbars inserted into them.
2. Panels have the ability to have scrollbars should their contents get too large.
3. The AutoScroll property will cause a Panel to scroll to the bottom if the controls displayed are too large.
4. Panels or GroupBoxes may not be embedded within one another.
5. When adding a ToolTip component from the Toolbox, it appears on an arbitrary location on the Form in Design view.


1. False, GroupBoxes do not have scroll bars but they do have a Text property.
2. True
3. False, AutoScroll simply inserts scrollbars if needed.
4. False. Panels and GroupBoxes may contain other Panels or GroupBoxes.
5. False. When adding a ToolTip component from the Toolbox, it appears in the component
tray in Design view.

Computer Science & Information Technology

You might also like to view...

(Airline Reservations System) A small airline has just purchased a computer for its new au- tomated reservations system. You have been asked to program the new system. You are to write a program to assign seats on each flight of the airline’s only plane (capacity: 10 seats). Your program should display the following menu of alternatives—Please type 1 for "First Class" and Please type 2 for "Economy". If the person types 1, your program should assign a seat in the first class section (seats 1-5). If the person types 2, your program should assign a seat in the economy section (seats 6-10). Your program should print a boarding pass indicating the person’s seat number and whether it is in the first class or economy section of the plane. Use a one-dimensional array to represent the seating ch

What will be an ideal response?

Computer Science & Information Technology

To use the variables and functions in a class, you instantiate an object by declaring the object as a new ____________________ of the class.

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

Computer Science & Information Technology

?A(n) ____ is a communications device that connects a communications channel such as the Internet to a device such as a computer.

A. ?coax B. modem C. ?port D. ?ethernet

Computer Science & Information Technology

Average LCD panels are around _______________, which most monitor authorities consider excellent brightness.

A. 100 kHz B. 100 bits C. 300 pixels D. 300 nits

Computer Science & Information Technology