This document is archived and information here might be outdated.  Recommended version.


ICheckProgressor.ShowCheck Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > ICheckProgressor Interface > ICheckProgressor.ShowCheck Method
ArcGIS Developer Help

ICheckProgressor.ShowCheck Method

Displays the checkmark.

[Visual Basic .NET]
Public Sub ShowCheck ( _
    ByVal index As Integer _
)
[C#]
public void ShowCheck (
    int index
);
[C++]
HRESULT ShowCheck(
  long index
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

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

Description

Shows the checkmark at the specified index. Use the HideCheck method to hide the checkmark.

See Also

ICheckProgressor Interface