clsTaskMeterInitEventArgs Class |
Namespace: MARIInterface
The clsTaskMeterInitEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| clsTaskMeterInitEventArgs(String, Single) |
Initialise with text and maximum step number
| |
| clsTaskMeterInitEventArgs(String, Single, Boolean) |
Create a task bar with text and a cancel button
|
| Name | Description | |
|---|---|---|
| bShowCancel |
Show a cancel button in your process bar. When true the loop will stop MeterUpdateEventArgs.Cancel was set to true
| |
| sngMax |
Maximum number of steps
| |
| sText |
Text to show left of the process bar
|