Microsoft
98-361 · Question #301
You have developed a Windows Forms application that stockbrokers will use. The stockbrokers need to view data for multiple stocks at the same time. You need to change the display and behavior of a…
The correct answer is D. Set the IsMdiContainer property of the form to true. See the full explanation below for the reasoning.
Question
You have developed a Windows Forms application that stockbrokers will use. The stockbrokers need to view data for multiple stocks at the same time. You need to change the display and behavior of a Windows Form so that it can contain multiple child windows. What should you do?
Options
- ASet the IsMdiChild property of the form.
- BSet the MdiParent property for all the child windows.
- CSet the MdiChild property of the form.
- DSet the IsMdiContainer property of the form to true.
How the community answered
(49 responses)- A8% (4)
- B4% (2)
- C16% (8)
- D71% (35)
Community Discussion
No community discussion yet for this question.