IProgressIndicator interface
This interface is used to assign progress indicator for different time-consuming operations
public interface Korzh.EasyQuery.IProgressIndicatorPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
SetMinMax(int min, int max) | void | Sets the minimum and maximum values of progress indicator. |
SetPosition(int pos) | void | Moves the progress indicator to the specified position. |