What are the different techniques of adding a control to a Windows form?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the different techniques of adding a control to a Windows form?
Rating:
The following are four possible techniques of adding a control to a Windows form at design time:
- Select View > Toolbox menu and double-click the control to be added.
- Select View > Toolbox menu, select the control to be added and double click the form.
- Select a control in the View > Toolbox menu and draw it on the form with the help of the mouse.
- Select a control in the View > Toolbox menu and drag it to the form.
Rating:
Was this information helpful?
Other articles
- What is the KeyUp event?
- What is the TableLayOutPanel control?
- What is the StatusStrip control?
- What is antialiasing?
- What is the MouseWheel event?