C# Класс Rsdn.Janus.Framework.DefaultProgressVisualizer

Наследование: System.Windows.Forms.UserControl, IProgressVisualizer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Complete ( ) : void
DefaultProgressVisualizer ( bool allowCancel ) : System.ComponentModel
ReportProgress ( int total, int current ) : void
SetProgressText ( string text ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
CancelButtonClick ( object sender, System e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Описание методов

Complete() публичный Метод

public Complete ( ) : void
Результат void

DefaultProgressVisualizer() публичный Метод

public DefaultProgressVisualizer ( bool allowCancel ) : System.ComponentModel
allowCancel bool
Результат System.ComponentModel

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ReportProgress() публичный Метод

public ReportProgress ( int total, int current ) : void
total int
current int
Результат void

SetProgressText() публичный Метод

public SetProgressText ( string text ) : void
text string
Результат void