ArcObjects Library Reference (System)  

ICheckProgressor.HideCheck Method

Hides the checkmark.

[Visual Basic .NET]
Public Sub HideCheck ( _
    ByVal index As Integer _
)
[C#]
public void HideCheck (
    int index
);
[C++]
HRESULT HideCheck(
  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

Hides the checkmark at the specified index. Use the ShowCheck method to show the checkmark.

See Also

ICheckProgressor Interface