nerdexam
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)
  • A
    81% (52)
  • B
    3% (2)
  • C
    11% (7)
  • D
    5% (3)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice