What is the Form 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 Form class?
Rating:
The Form class represents a window or dialog box that can be used for the user interface of a Windows-based application. It creates standard, tool, floating, and borderless windows. It also creates modal windows such as dialog boxes. The class contains a special kind of form known as the Multiple Document Interface (MDI) that contains other MDI child forms. The properties of the class determine the appearance, size, color, and other Windows management features.
Rating:
Was this information helpful?
Other articles
- What are the differences between the Microsoft Windows Installer and the ClickOnce deployment?
- What is the <value> element?
- What is the general sequence of events that take place in a drag-and-drop operation?
- Describe the setup project properties to determine their behavior during installation?
- What is the DragDropEffects enumeration?