Property | Type | Description | |
---|---|---|---|
Progress | IProgress |
Property | Type | Description | |
---|---|---|---|
Cancelable | bool |
Method | Description | |
---|---|---|
CloseForm ( ) : void |
Closes the Task dialog, and clears the Cancelled event handle subscriptions
|
|
Show ( |
Open and displays the task form.
|
|
Show ( |
Open and displays the task form.
|
|
Show ( |
Open and displays the task form.
|
|
Show ( |
Open and displays the task form.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CancelBtn_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ProgressChanged ( |
Updates the TaskForm controls after a Progress.Report() has been recieved
|
|
TaskForm ( ) : System |
Private constructor... Use the Show() method rather
|
|
TaskForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static Show ( |
||
Parent | The calling form, so the task form can be centered | |
WindowTitle | string | The task dialog window title |
InstructionText | string | Instruction text displayed after the info icon. Leave null /// to hide the instruction text and icon. |
Style | ProgressBarStyle | The progress bar style |
Steps | int | |
return | void |
public static Show ( |
||
Parent | The calling form, so the task form can be centered | |
WindowTitle | string | The task dialog window title |
InstructionText | string | Instruction text displayed after the info icon. Leave null /// to hide the instruction text and icon. |
Cancelable | bool | Specifies whether the operation can be canceled |
return | void |
public static Show ( |
||
Parent | The calling form, so the task form can be centered | |
WindowTitle | string | The task dialog window title |
InstructionText | string | Instruction text displayed after the info icon. Leave null /// to hide the instruction text and icon. |
Cancelable | bool | Specifies whether the operation can be canceled |
Style | ProgressBarStyle | The progress bar style |
Steps | int | |
return | void |
public static Show ( |
||
Parent | The calling form, so the task form can be centered | |
WindowTitle | string | The task dialog window title |
InstructionText | string | Instruction text displayed after the info icon. Leave null /// to hide the instruction text and icon. |
SubMessage | string | Detail text that is displayed just above the progress bar |
Cancelable | bool | Specifies whether the operation can be canceled |
Style | ProgressBarStyle | The progress bar style |
ProgressBarSteps | int | |
return | void |