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

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

Public Methods

Method Description
ProgressLabel ( ) : System

The default constructor.

Protected Methods

Method 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 method

Raises the CreateControl method.
protected OnCreateControl ( ) : void
return void

OnPaint() protected method

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The PaintEventArgs.
return void

ProgressLabel() public method

The default constructor.
public ProgressLabel ( ) : System
return System

WndProc() protected method

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