ProgressBarDlg class
Summary description for ProgressBarDlg.
public class Korzh.EasyQuery.WinForms.ModelEditor.ProgressBarDlg : Form, IProgressIndicator
Package: Korzh.EasyQuery.WinForms.ModelEditor
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.ModelEditor.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
ProgressBarDlg() | void | Represnets the dialog which shows the progress bar |
Methods
Section titled “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 |