progressbardlg-class
Summary description for ProgressBarDlg.
public class Korzh.EasyQuery.WinForms.ModelEditor.ProgressBarDlg
: Form, IProgressIndicator
Assembly: Korzh.EasyQuery.WinForms.ModelEditor.dll
Constructors
Name | Type | Description |
---|---|---|
ProgressBarDlg() | void | Represnets the dialog which shows the progress bar |
Methods
Name | Type | Description |
---|---|---|
Dispose(bool disposing) | void | Clean up any resources being used. |
SetMinMax(int min, int max) | void | Sets the minimum and the maximum position for progress bar. |
SetPosition(int position) | void | Sets the current position of progress bar |