EWSoftware.ListControls Library Documentation
C#
VB
C++
F#
Show/Hide TOC
Check
Box
List
Set
Item
Checked Method
There are two overloads for this method
Overload List
SetItemChecked(Int32, Boolean)
Sets the check state of the item at the specified index to
Checked
or
Unchecked
SetItemChecked(Object, Boolean)
Sets the check state of the item with the specified key to
Checked
or
Unchecked
See Also
Reference
CheckBoxList Class
EWSoftware.ListControls Namespace
In This Article
Overload List
See Also