C# 클래스 Nexus.Client.UI.Controls.ProgressLabel

A custom label to show info on a ProgressBar.
상속: System.Windows.Forms.ProgressBar
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
ProgressLabel ( ) : System

The default constructor.

보호된 메소드들

메소드 설명
OnCreateControl ( ) : void

Raises the CreateControl method.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

WndProc ( Message &m ) : void

Processes Windows messages.

메소드 상세

OnCreateControl() 보호된 메소드

Raises the CreateControl method.
protected OnCreateControl ( ) : void
리턴 void

OnPaint() 보호된 메소드

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

ProgressLabel() 공개 메소드

The default constructor.
public ProgressLabel ( ) : System
리턴 System

WndProc() 보호된 메소드

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