C# Class Duality.Editor.Forms.ProcessingBigTaskDialog

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: BraveSirAndrew/duality Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

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

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e System.EventArgs
return void

ProcessingBigTaskDialog() public method

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

ProcessingBigTaskDialog() public method

public ProcessingBigTaskDialog ( string caption, string desc, TaskAction task, object data ) : System
caption string
desc string
task TaskAction
data object
return System