C# Class CamTimer.Controls.HelpLabel

Inheritance: System.Windows.Forms.Control, IDisposable
Show file Open project: fredrikdev/CamTimer Class Usage Examples

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnFontChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void

Private Methods

Method Description
AnimateIn ( string title, string text ) : void
AnimateOut ( ) : void
Animator ( ) : void
HelpLabel ( ) : System

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnFontChanged() protected method

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void