What is the LayoutMdi method?
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 LayoutMdi method?
Rating:
The LayoutMdi method of the Form class is used to arrange all the MDI child forms within the MDI parent form in a Windows-based application. It sets one of the MdiLayout enumerated values that will define the layout of MDI child forms. This method enables a user to easily navigate and manipulate all the MDI child forms. The child forms can be arranged in tiled format horizontally and vertically, cascaded or as icons within the MDI parent form.
Rating:
Was this information helpful?
Other articles
- What is the CancellationPending property?
- What is the KeyPressEventArgs class?
- How is an event created and added to a control in a Visual Basic project?
- What is the WorkerReportsProgress property?
- What are the properties of the MouseEventArgs class?