C# Class ZForge.Controls.HeaderPanel

Afficher le fichier Open project: zhuangyy/Motion

Private Properties

Свойство Type Description
ComputeBorderWidth int
DrawBackground void
DrawBorder void
DrawCaption void
DrawShadow void
HeaderPanel_Scroll void
InitializeComponent void
PaintNonClientArea void
RecalcNonClientArea void
WmNCCalcSize void

Méthodes publiques

Méthode Description
HeaderPanel ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
ComputeBorderWidth ( ) : int

Helper function to compute the border width

DrawBackground ( PaintEventArgs peArgs, HeaderPanelBorderStyles brdStyle ) : void
DrawBorder ( Graphics canvas ) : void
DrawCaption ( Graphics canvas ) : void
DrawShadow ( Graphics canvas ) : void
HeaderPanel_Scroll ( object sender, ScrollEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PaintNonClientArea ( Graphics canvas ) : void
RecalcNonClientArea ( Rectangle &proposed ) : void
WmNCCalcSize ( Message &m ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HeaderPanel() public méthode

public HeaderPanel ( ) : System
Résultat System

OnPaint() protected méthode

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

OnResize() protected méthode

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

WndProc() protected méthode

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