C# Class Bloom.ToPalaso.ProgressDialogBackground

A Palaso.IProgress-compatible progress dialog which does the work in the background
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Свойство Type Description
Progress SIL.Progress.MultiProgress
ProgressBar SimpleProgressIndicator
ProgressString SIL.Progress.StringBuilderProgress
StatusLabel SimpleStatusProgress

Méthodes publiques

Méthode Description
ProgressDialogBackground ( ) : System
ShowAndDoWork ( DoWorkEventArgs>.Action work ) : void
_backgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

ProgressDialog_Load ( object sender, EventArgs e ) : void

Method Details

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

ProgressDialogBackground() public méthode

public ProgressDialogBackground ( ) : System
Résultat System

ShowAndDoWork() public méthode

public ShowAndDoWork ( DoWorkEventArgs>.Action work ) : void
work DoWorkEventArgs>.Action
Résultat void

_backgroundWorker_ProgressChanged() public méthode

public _backgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
sender object
e System.ComponentModel.ProgressChangedEventArgs
Résultat void

Property Details

Progress public_oe property

public MultiProgress,SIL.Progress Progress
Résultat SIL.Progress.MultiProgress

ProgressBar public_oe property

public SimpleProgressIndicator ProgressBar
Résultat SimpleProgressIndicator

ProgressString public_oe property

public StringBuilderProgress,SIL.Progress ProgressString
Résultat SIL.Progress.StringBuilderProgress

StatusLabel public_oe property

public SimpleStatusProgress StatusLabel
Résultat SimpleStatusProgress