Uncheck Method (CheckedListBox)
Class
CheckedListBox
.
Action
Selects an item from the checked list box.
Syntax
C#
checkedListBox
.
Uncheck
(
item
)
VB
checkedListBox
.
Uncheck
(
item
)
Variable
Description
item
The item to select.
ItemIdentifier
.