C# Class NetIde.Util.Forms.FormHeader

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

Private Properties

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

Méthodes publiques

Méthode Description
FormHeader ( ) : System
GetPreferredSize ( Size proposedSize ) : Size

Méthodes protégées

Méthode Description
OnFontChanged ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

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

Method Details

FormHeader() public méthode

public FormHeader ( ) : System
Résultat System

GetPreferredSize() public méthode

public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
Résultat System.Drawing.Size

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

OnPaintBackground() protected méthode

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

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void