G
Guest
I have an MDI application that uses several different classes of derived child forms. One derived child form class has its ControlBox property set to false at design time. It correctly displays in the MDI client area without any control boxes in the title bar (no minimize, no maximize and no close buttons).
However, if I double-click on the child form's title bar, it does the maximize behavior. The form now fills the entire MDI client area. It now also has control boxes!! And the control boxes remain if I click on the restore-size button!! So now my design-time choice of not offering control boxes has been undone!
Is this a defect?
Is it possible to prevent the double-click in the title bar from maximizing the child form?
Thanks,
Dave
However, if I double-click on the child form's title bar, it does the maximize behavior. The form now fills the entire MDI client area. It now also has control boxes!! And the control boxes remain if I click on the restore-size button!! So now my design-time choice of not offering control boxes has been undone!
Is this a defect?
Is it possible to prevent the double-click in the title bar from maximizing the child form?
Thanks,
Dave