C# Class Nexus.Client.UI.Controls.ProgressLabel

A custom label to show info on a ProgressBar.
Inheritance: System.Windows.Forms.ProgressBar
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
ProgressLabel ( ) : System

The default constructor.

Méthodes protégées

Méthode Description
OnCreateControl ( ) : void

Raises the CreateControl method.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

WndProc ( Message &m ) : void

Processes Windows messages.

Method Details

OnCreateControl() protected méthode

Raises the CreateControl method.
protected OnCreateControl ( ) : void
Résultat void

OnPaint() protected méthode

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The PaintEventArgs.
Résultat void

ProgressLabel() public méthode

The default constructor.
public ProgressLabel ( ) : System
Résultat System

WndProc() protected méthode

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