 |
| 1.
|  |  What is the difference between a user control and a custom control? |
|  | |
|
|
 |
| 2.
|  |  What is the difference between a control's author and developer? |
|  | |
|
|
 |
| 3.
|  |  What are the four basic steps required to create a customized Windows forms control? |
|  | |
|
|
 |
| 4.
|  |  When creating a new Windows forms control, why should you keep the control's Designer window closed unless you need to add a component? |
|  | |
|
|
 |
| 5.
|  |  How do you create new properties for a control class? |
|  | |
|
|
 |
| 6.
|  |  How can you update your toolbox if you change the name of your user control? |
|  | |
|
|
 |
| 7.
|  |  What is the difference between an event source and an event sink? |
|  | |
|
|
 |
| 8.
|  |  What two steps are needed to allow your control class to generate events? |
|  | |
|
|
 |
| 9.
|  |  Why is it generally a good idea to size the constituent controls of a composite control so they anchor to all four edges of the user control? |
|  | |
|
|
 |
| 10.
|  |  How do you add a new Web user control to a Web form? |
|  | |
|
|