The list of MDI children contained. This list will be sorted by the order in which the children were added to the form, not the current ZOrder.
[Visual Basic] Public ReadOnly Property MDIChildren As Form () [C#] public Form[] MDIChildren {get;} [C++] public: __property Form* get_MDIChildren(); [JScript] public function get MDIChildren() : Form[];
MDIClient Class | MDIClient Members | System.WinForms Namespace