March 2003
Intermediate to advanced
896 pages
32h 35m
English
MdiClient
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 }
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
ControlCollection.ControlCollection()
Read now
Unlock full access