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

1. You can use the TabIndex property to determine the order in which tabbing will occur.
2. The Enabled property does not allow the control to perform actions when it’s set to false.
3. Property Anchor allows you to prevent form alterations by the user.
4. Docking and anchoring accomplish the same task.
5. The Padding property specifies the distance between the docked control and the Form edges.


1. True
2. True
3. False. It’s used to keep the control a fixed distance from the sides of its parent control.
4. False, docking attaches a control to a specific side of its parent or to the center of its parent so the control uses all remaining available space in its parent. Docked controls resize as the parent resizes. Anchoring ensures that a control remains a specific distance from one or more sides of its parent—potentially causing the control’s size to change.
5. True.

Computer Science & Information Technology

You might also like to view...

Which is an example of data you might store in an array?

A. Phone bills B. average temperatures C. grades D. All of the above

Computer Science & Information Technology

________ addressing means that the IP address for a computer never changes and is most likely manually assigned by a network administrator

Fill in the blank(s) with correct word

Computer Science & Information Technology

Observe NetFlow Flow Records - One Direction

In this activity, you will use Packet Tracer to create network traffic and observe the corresponding NetFlow flow records in a NetFlow collector. Packet Tracer offers a basic simulation of NetFlow func- tionality. It is not a replacement for learning NetFlow on physical equipment. Some differences may exist between NetFlow flow records generated by Packet Tracer and by records created by full-featured network equipment.

Computer Science & Information Technology

A picture's style can be altered by using all of the following EXCEPT the:

A) Picture Depth button. B) Picture Border button. C) Picture Effects button. D) Picture Shape button.

Computer Science & Information Technology