What is the Control class?
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 is the Control class?
Rating:
The Control class is the base class for a control in a Windows Forms application. It contains many properties that are specific to visual display such as ForeColor, BackColor, Height, and Width. It performs various tasks for providing visual display in the application. The tasks include exposing a window handle, managing message routing, providing mouse and keyboard events, and providing advanced layout features. Another task includes providing the security and threading support for a control in a Windows Form.
Rating:
Was this information helpful?
Other articles
- How is the PrintDialog component displayed?
- What is the MenuStrip control?
- How can the properties of a constituent control be exposed using Visual Basic project?
- What is the PropertyGrid control?
- What is the Load Balance Timeout keyword of the ConnectionString property?