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 > ICheckProgressor.HideCheck Method (ArcObjects .NET 10.5 SDK) |
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
Hides the checkmark at the specified index. Use the ShowCheck method to show the checkmark.