C# Class Rsdn.Janus.Framework.DefaultProgressVisualizer

Inheritance: System.Windows.Forms.UserControl, IProgressVisualizer
Show file Open project: rsdn/janus Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public Complete ( ) : void
return void

DefaultProgressVisualizer() public method

public DefaultProgressVisualizer ( bool allowCancel ) : System.ComponentModel
allowCancel bool
return System.ComponentModel

Dispose() protected method

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

ReportProgress() public method

public ReportProgress ( int total, int current ) : void
total int
current int
return void

SetProgressText() public method

public SetProgressText ( string text ) : void
text string
return void