C# Class SystemEx.Windows.Forms.Marquee

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description
Marquee_Disposed void
Timer_Tick void

Méthodes publiques

Méthode Description
Marquee ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
Marquee_Disposed ( object sender, EventArgs e ) : void
Timer_Tick ( object sender, EventArgs e ) : void

Method Details

Marquee() public méthode

public Marquee ( ) : System
Résultat System

OnPaint() protected méthode

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

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void