Name

MdiClient

Synopsis

This class is for internal use and should not be called from your own code.


public sealed class MdiClient : Control {

// Public Constructors

   public MdiClient();

// Public Instance Properties

   public override Image BackgroundImage{set; get; }

// overrides Control

   public Form[ ] MdiChildren{get; }

// Protected Instance Properties

   protected override CreateParams CreateParams{get; }

// overrides Control

                  // Public Instance Methods

   public void LayoutMdi(MdiLayout value);

// Protected Instance Methods

   protected override ControlCollection CreateControlsInstance();  // overrides Control

   protected override void OnResize(EventArgs e);  // overrides Control

   protected override void ScaleCore(float dx, float dy);  // overrides Control

   protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified);  // overrides Control

   protected override void WndProc(ref Message m);  // overrides Control

}

Hierarchy

System.Object System.MarshalByRefObject System.ComponentModel.Component(System.ComponentModel.IComponen, System.IDisposable) Control(IOleContro, IOleObject, IOleInPlaceObject, IOleInPlaceActiveObject, IOleWindow, IViewObject, IViewObject2, IPersist, IPersistStreamInit, IPersistPropertyBag, IPersistStorage, IQuickActivate, System.ComponentModel.ISynchronizeInvoke, IWin32Window) MdiClient

Passed To

ControlCollection.ControlCollection()

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.