C# Class CamTimer.Controls.HelpLabel

Inheritance: System.Windows.Forms.Control, IDisposable
Afficher le fichier Open project: fredrikdev/CamTimer Class Usage Examples

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnFontChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

Méthode Description
AnimateIn ( string title, string text ) : void
AnimateOut ( ) : void
Animator ( ) : void
HelpLabel ( ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnFontChanged() protected méthode

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

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

OnPaintBackground() protected méthode

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