Property | Type | Description | |
---|---|---|---|
ComputeBorderWidth | int | ||
DrawBackground | void | ||
DrawBorder | void | ||
DrawCaption | void | ||
DrawShadow | void | ||
HeaderPanel_Scroll | void | ||
InitializeComponent | void | ||
PaintNonClientArea | void | ||
RecalcNonClientArea | void | ||
WmNCCalcSize | void |
Method | Description | |
---|---|---|
HeaderPanel ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( EventArgs e ) : void | ||
WndProc ( Message &m ) : void |
Method | 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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |