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