| ProgressIndicator Event | |
| See Also |
- MaxValue
Specifies the maximum value that can be reached by the process.
- CurrentValue
Specifies the current value that the process reached.
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 _
) |
- MaxValue
Specifies the maximum value that can be reached by the process.
- CurrentValue
Specifies the current value that the process reached.