NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MDIClient.MDIChildren

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[];

See Also

MDIClient Class | MDIClient Members | System.WinForms Namespace