C# Class ARCed.UI.DockPanel.MdiClientController

Inheritance: System.Windows.Forms.NativeWindow, IComponent, IDisposable
Afficher le fichier Open project: borisblizzard/arcreator

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
RenewMdiClient ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnHandleAssigned ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.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, System.Windows.Forms.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

OnHandleAssigned() protected méthode

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

OnLayout() protected méthode

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
Résultat void

OnMdiChildActivate() protected méthode

protected OnMdiChildActivate ( EventArgs e ) : void
e System.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 System.Windows.Forms.Message
Résultat void