C# Класс Nexus.Client.UI.Controls.ProgressLabel

A custom label to show info on a ProgressBar.
Наследование: System.Windows.Forms.ProgressBar
Показать файл Открыть проект

Открытые методы

Метод Описание
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