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.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
Any value from the MDILayout enum class.

See Also

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