January 2003
Beginner
696 pages
16h 38m
English
| 1: | The Windows Forms classes are located in the ___________________ namespace. |
| A1: | System.Windows.Forms. |
| 2: | By setting the _______________ property in a control, I can make sure that my code is not changed if someone inherits my form. |
| A2: | You need to change the Modifiers property to Private. |
| 3: | The ______________ property returns an array of MdiChildren in an MDI application. |
| A3: | The MdiChildren property will allow you to loop through the collection of MdiChild forms in your application. You can use the MdiChildren.Length property to determine the number of open MdiChildren in you application. |
| 4: | What are the properties in the Properties window that enable you to specify the location, docking, and resizing capabilities of a control? |
| A4: | The Dock ... |
Read now
Unlock full access