Microsoft
98-361 · Question #302
You are developing a Windows Form with a multiple document interface (MDI). You need to write code that arranges the child windows vertically within the client region of the MDI parent form. Which…
The correct answer is A. MdiLayout.TileVertical. See the full explanation below for the reasoning.
Question
You are developing a Windows Form with a multiple document interface (MDI). You need to write code that arranges the child windows vertically within the client region of the MDI parent form. Which of the following MdiLayout values should you pass to the LayoutMdi method?
Options
- AMdiLayout.TileVertical
- BMdiLayout.Cascade
- CMdiLayout.TileHorizontal
- DMdiLayout.ArrangeIcons
How the community answered
(64 responses)- A81% (52)
- B3% (2)
- C11% (7)
- D5% (3)
Community Discussion
No community discussion yet for this question.