Shows progress in the progress bar
[Visual Basic]
NotOverridable Public Sub progress( _
ByVal
perc As
Integer _
) _
[C#]
public
void progress(
int perc);
Parameters
-
perc
- the progress value in percents
Implements
IProgress.progress
Remarks
Calls internal_progress() with Invoke() for the case, if called from a thread routine.
See Also
CfgForm Class | dict Namespace