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!

Form.LayoutMDI

Arranges the MDI child forms according to value, which should be a member of the MDILayout enum.

[Visual Basic]
Public Sub LayoutMDI( _
   ByVal value As MDILayout _
)
[C#]
public void LayoutMDI(
   MDILayout value
);
[C++]
public: void LayoutMDI(
   MDILayout value
);
[JScript]
public function LayoutMDI(
   value : MDILayout
);

Parameters

value
[To be supplied.]

See Also

Form Class | Form Members | System.WinForms Namespace | MDILayout