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 Class

The MDIClient is that window that contains MDI children. This control should not be created directly, but rather only used by System.WinForms.Form.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               MDIClient

[Visual Basic]
NotInheritable Public Class MDIClient
   Inherits RichControl
[C#]
public sealed class MDIClient : RichControl
[C++]
public __gc __sealed class MDIClient : public RichControl
[JScript]
public class MDIClient extends RichControl

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

MDIClient Members | System.WinForms Namespace