![]() |
This document is archived and information here might be outdated. Recommended version. |
| ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > ICheckProgressor Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that report progress in stepped increments with checkmarks.
| Description | ||
|---|---|---|
![]() |
AddCheck | Adds a field that a checkmark can be added to. |
![]() |
Hide | Hides the progressor. |
![]() |
HideCheck | Hides the checkmark. |
![]() |
MaxRange | The maximum range of the progression. |
![]() |
Message | The message displayed by the progressor. |
![]() |
MinRange | The minimum range of the progression. |
![]() |
OffsetPosition | Offsets the position of the progression. |
![]() |
Position | The current position of the progression. |
![]() |
Show | Shows the progressor. |
![]() |
ShowCheck | Displays the checkmark. |
![]() |
Step | Animates or steps the progressor. |
![]() |
StepValue | The step increment of the progression. |
| Interfaces | Description |
|---|---|
| IStepProgressor | Provides access to members that report progress in stepped increments. |
| IProgressor | Provides access to members that report progress. |
Used the ICheckProgressor interface to report progress on the step progress bar in stepped increments with checkmarks.