Check Method (CheckedListBox)

Action

Selects an item from the checked list box.

Syntax

C#
checkedListBox.Check(item)
VB
checkedListBox.Check(item)
Variable Description
item The item to select. ItemIdentifier.