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 Passed ToControlCollection.ControlCollection() |