cascade from a child

  • Thread starter Thread starter Marc Miller
  • Start date Start date
M

Marc Miller

How does one cascade all the child forms in a
mdi container from one of the child forms?


thanks,
marc miller
 
Hi Marc,

Try this out

this.MdiParent.LayoutMdi(MdiLayout.Cascade);

Assuming *this* is a MDIChild form.

Haven't tested, but it should work.
 
Back
Top