C# Class Duality.Editor.Forms.ProcessingBigTaskDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: BraveSirAndrew/duality Class Usage Examples

Méthodes publiques

Méthode Description
ProcessingBigTaskDialog ( MainForm owner, string caption, string desc, TaskAction task, object data ) : System
ProcessingBigTaskDialog ( string caption, string desc, TaskAction task, object data ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void
OnShown ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

WorkerThreadProc ( object args ) : void
progressTimer_Tick ( 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

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e System.EventArgs
Résultat void

ProcessingBigTaskDialog() public méthode

public ProcessingBigTaskDialog ( MainForm owner, string caption, string desc, TaskAction task, object data ) : System
owner MainForm
caption string
desc string
task TaskAction
data object
Résultat System

ProcessingBigTaskDialog() public méthode

public ProcessingBigTaskDialog ( string caption, string desc, TaskAction task, object data ) : System
caption string
desc string
task TaskAction
data object
Résultat System