Method | Description | |
---|---|---|
ShowDialog ( |
||
ShowDialog ( MethodInvoker work ) : DialogResult | ||
Status ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
Hide ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetProgressBarMarquee_FormThread ( bool marquee ) : void | ||
SetProgressBarMax_FormThread ( int value ) : void | ||
SetProgressBarValue_FormThread ( int value ) : void | ||
SetStatusText_FormThread ( string text ) : void | ||
Status_FormClosing ( object sender, |
||
Status_Load ( object sender, |
||
Status_Shown ( object sender, |
||
WorkThread ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ShowDialog ( |
||
parent | ||
work | MethodInvoker | |
return | DialogResult |
public ShowDialog ( MethodInvoker work ) : DialogResult | ||
work | MethodInvoker | |
return | DialogResult |