C# Class NetIde.Util.Forms.FormFooter

Inheritance: System.Windows.Forms.FlowLayoutPanel
Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description
AutoSizeControl void
Form_StyleChanged void
GetSizeGripDetails void
WmNCHitTest void

Méthodes publiques

Méthode Description
FormFooter ( ) : System

Méthodes protégées

Méthode Description
OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaint ( PaintEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
AutoSizeControl ( Control control ) : void
Form_StyleChanged ( object sender, EventArgs e ) : void
GetSizeGripDetails ( ) : void
WmNCHitTest ( Message &m ) : void

Method Details

FormFooter() public méthode

public FormFooter ( ) : System
Résultat System

OnControlAdded() protected méthode

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
Résultat void

OnFontChanged() protected méthode

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

OnLayout() protected méthode

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

OnPaint() protected méthode

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

OnParentChanged() protected méthode

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

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void