Progress indicator for long process execution.
To be supported in future releases.
Progress indicator for long process execution.
To be supported in future releases.
| Visual Basic |
|---|
Public Event ProgressIndicator( _ ByVal MaxValue As Long, _ ByVal CurrentValue As Long _ ) |
Specifies the maximum value that can be reached by the process.
Specifies the current value that the process reached.