C# Class WeifenLuo.WinFormsUI.Docking.DockPanel.MdiClientController

Inheritance: NativeWindow, IComponent, IDisposable
Show file Open project: agustinsantos/Sxta

Private Properties

Property Type Description
InitializeMdiClient void
MdiClientHandleDestroyed void
MdiClientLayout void
ParentFormHandleCreated void
ParentFormMdiChildActivate void
RefreshProperties void
UpdateStyles void

Public Methods

Method Description
Dispose ( ) : void
MdiClientController ( ) : System
RenewMdiClient ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnHandleAssigned ( EventArgs e ) : void
OnLayout ( LayoutEventArgs e ) : void
OnMdiChildActivate ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
InitializeMdiClient ( ) : void
MdiClientHandleDestroyed ( object sender, EventArgs e ) : void
MdiClientLayout ( object sender, LayoutEventArgs e ) : void
ParentFormHandleCreated ( object sender, EventArgs e ) : void
ParentFormMdiChildActivate ( object sender, EventArgs e ) : void
RefreshProperties ( ) : void
UpdateStyles ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MdiClientController() public method

public MdiClientController ( ) : System
return System

OnHandleAssigned() protected method

protected OnHandleAssigned ( EventArgs e ) : void
e EventArgs
return void

OnLayout() protected method

protected OnLayout ( LayoutEventArgs e ) : void
e LayoutEventArgs
return void

OnMdiChildActivate() protected method

protected OnMdiChildActivate ( EventArgs e ) : void
e EventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

RenewMdiClient() public method

public RenewMdiClient ( ) : void
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m Message
return void