|
70-526 MCTS
Use the integrated development environment (IDE) to add a control to a Windows Form or other
container control of a project at design time
There are a multitude of ways to add controls to a form.
First, you can double-click Toolbox controls to add them to a form. They are added on top of
the last control added to the form.
The second way is to select a control from the Toolbox and "draw" it onto the form with your
mouse. This will let you position and size the control as you add it to the form.
Thirdly, you can select a control in the Toolbox and double-click on the form.
Finally, you can select a control in the Toolbox and drag it onto the form.
MSDN references
How to: Add Controls to Windows Forms
© Publicjoe, 2007
|