C# Class YamuiFramework.Forms.YamuiForm.YamuiNotifLabel

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

Méthodes publiques

Méthode Description
YamuiNotifLabel ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

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

Method Details

Dispose() protected méthode

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

OnPaint() protected méthode

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

YamuiNotifLabel() public méthode

public YamuiNotifLabel ( ) : System
Résultat System