ProgressDialogReportProgress Method (Int32) |
Namespace: Ookii.Dialogs
Exception | Condition |
---|---|
ArgumentOutOfRangeException | percentProgress is out of range. |
InvalidOperationException | The progress dialog is not currently being displayed. |
Call this method from the DoWork event handler if you want to report progress.
This method has no effect is ProgressBarStyle is MarqueeProgressBar or None.