C# Class YamuiFramework.Forms.YamuiForm.YamuiNotifLabel

Small class to animate a text display
Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: jcaillon/3P

Public Methods

Method Description
YamuiNotifLabel ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
DurationTimerOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void
OnTransitionCompletedEvent ( object sender, YamuiFramework.Animations.Transitions.Transition args ) : void

Method Details

Dispose() protected method

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

OnPaint() protected method

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

YamuiNotifLabel() public method

public YamuiNotifLabel ( ) : System
return System