C# Класс CamTimer.Controls.HelpLabel

Наследование: System.Windows.Forms.Control, IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( bool disposing ) : void
OnFontChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

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

Метод Описание
AnimateIn ( string title, string text ) : void
AnimateOut ( ) : void
Animator ( ) : void
HelpLabel ( ) : System

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

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

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

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

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

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

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
Результат void