C# Class Rsdn.Janus.Framework.DefaultProgressVisualizer

Inheritance: System.Windows.Forms.UserControl, IProgressVisualizer
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Méthodes publiques

Méthode Description
Complete ( ) : void
DefaultProgressVisualizer ( bool allowCancel ) : System.ComponentModel
ReportProgress ( int total, int current ) : void
SetProgressText ( string text ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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.

Method Details

Complete() public méthode

public Complete ( ) : void
Résultat void

DefaultProgressVisualizer() public méthode

public DefaultProgressVisualizer ( bool allowCancel ) : System.ComponentModel
allowCancel bool
Résultat System.ComponentModel

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ReportProgress() public méthode

public ReportProgress ( int total, int current ) : void
total int
current int
Résultat void

SetProgressText() public méthode

public SetProgressText ( string text ) : void
text string
Résultat void