MDI child Form.Dispose vs. Form.Close

  • Thread starter Thread starter RJ
  • Start date Start date
R

RJ

I have found that an MDIChild form, which is not visible, will not receive a
Closing or Closed event, nor will it's Dispose method be executed. I have
not seen anything documenting a connection between Visibility and
"Disposability \ Closability", and there is no problem calling Form.Close on
a non-MDI Child form. Why shouldn't I be able to close a non-visible form?
Is there any functional difference between the Close and Dispose? Thanks.

RJ
 
Back
Top