C# Class MissingLink.Windows.Forms.ScrollingLabel

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: shendongnian/code

Private Properties

Свойство Type Description
ScrollText void
UpdateNeedsScrollingFlag void
UpdateText void

Méthodes publiques

Méthode Description
ScrollingLabel ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Méthode Description
ScrollText ( object state ) : void
UpdateNeedsScrollingFlag ( ) : void
UpdateText ( object sender, EventArgs e ) : void

Method Details

OnPaint() protected méthode

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

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e EventArgs
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e EventArgs
Résultat void

ScrollingLabel() public méthode

public ScrollingLabel ( ) : System
Résultat System