DekGenius.com
[ Team LiB ] Previous Section Next Section

MdiClientmarshal by reference, disposable

System.Windows.Forms (system.windows.forms.dll)sealed class

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()

    [ Team LiB ] Previous Section Next Section