The MdiLayout enumeration has an value called ArrangeIcons. If this is sent to the LayoutMdi method of a MDI parent form then 'All MDI child icons are arranged within the client region of the MDI parent form.'
When I tried putting together a sample MDI form and passing this value into LayoutMdi nothing appeared to happen.
What is an MDI child icon and what is the ArrangeIcons value for?