ArcObjects Library Reference (System)  

ICheckProgressor Interface

Provides access to members that report progress in stepped increments with checkmarks.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddCheck Adds a field that a checkmark can be added to.
Method Hide Hides the progressor.
Method HideCheck Hides the checkmark.
Read/write property MaxRange The maximum range of the progression.
Read/write property Message The message displayed by the progressor.
Read/write property MinRange The minimum range of the progression.
Method OffsetPosition Offsets the position of the progression.
Read/write property Position The current position of the progression.
Method Show Shows the progressor.
Method ShowCheck Displays the checkmark.
Method Step Animates or steps the progressor.
Read/write property StepValue The step increment of the progression.

Inherited Interfaces

Interfaces Description
IStepProgressor Provides access to members that report progress in stepped increments.
IProgressor Provides access to members that report progress.

Remarks

Used the ICheckProgressor interface to report progress on the step progress bar in stepped increments with checkmarks.