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

Inheritance: NativeWindow, IComponent, IDisposable
Afficher le fichier Open project: agustinsantos/Sxta

Private Properties

Свойство Type Description
InitializeMdiClient void
MdiClientHandleDestroyed void
MdiClientLayout void
ParentFormHandleCreated void
ParentFormMdiChildActivate void
RefreshProperties void
UpdateStyles void

Méthodes publiques

Méthode Description
Dispose ( ) : void
MdiClientController ( ) : System
RenewMdiClient ( ) : void

Méthodes protégées

Méthode 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

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MdiClientController() public méthode

public MdiClientController ( ) : System
Résultat System

OnHandleAssigned() protected méthode

protected OnHandleAssigned ( EventArgs e ) : void
e EventArgs
Résultat void

OnLayout() protected méthode

protected OnLayout ( LayoutEventArgs e ) : void
e LayoutEventArgs
Résultat void

OnMdiChildActivate() protected méthode

protected OnMdiChildActivate ( EventArgs e ) : void
e EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

RenewMdiClient() public méthode

public RenewMdiClient ( ) : void
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m Message
Résultat void