Table of Contents

Method SetItemCheckStateCore

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetItemCheckStateCore(int, CheckState)

Changes the check state for the specified item.

public virtual bool SetItemCheckStateCore(int index, CheckState value)

Parameters

index int

The zero-based index of the item in the control to change the check state.

value CheckState

New value.

Returns

bool

Remarks

This method doesn't repaint control and raises no events. Use SetItemCheckState(int, CheckState) method to change checked state, raise events and repaint the control.