C# Class SystemEx.Windows.Forms.FormHeader

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description
CalculateHeight int
CalculateImageLocation Point
UpdateHeight void

Méthodes publiques

Méthode Description
FormHeader ( ) : System

Méthodes protégées

Méthode Description
OnFontChanged ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs eventargs ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
CalculateHeight ( ) : int
CalculateImageLocation ( ) : Point
UpdateHeight ( ) : void

Method Details

FormHeader() public méthode

public FormHeader ( ) : System
Résultat System

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 e ) : void
e System.Windows.Forms.LayoutEventArgs
Résultat void

OnPaint() protected méthode

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

OnResize() protected méthode

protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

WndProc() protected méthode

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