C# Класс ZForge.Controls.HeaderPanel

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ComputeBorderWidth int
DrawBackground void
DrawBorder void
DrawCaption void
DrawShadow void
HeaderPanel_Scroll void
InitializeComponent void
PaintNonClientArea void
RecalcNonClientArea void
WmNCCalcSize void

Открытые методы

Метод Описание
HeaderPanel ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

HeaderPanel() публичный Метод

public HeaderPanel ( ) : System
Результат System

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnResize() защищенный Метод

protected OnResize ( EventArgs e ) : void
e EventArgs
Результат void

WndProc() защищенный Метод

protected WndProc ( Message &m ) : void
m Message
Результат void