Table of Contents

Method SetItemCheckedCore

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

SetItemCheckedCore(int, bool)

Checks or clears the check state for the specified item.

public virtual bool SetItemCheckedCore(int index, bool value)

Parameters

index int

The zero-based index of the item in the control to set or clear the check state.

value bool

true to check the specified item; otherwise, false.

Returns

bool

Remarks

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