Check the Item in CheckListBox when Initiating

10 Dec 20191 minute to read

To check the items when initiating the CheckListBox control, items need to be added in the SelectedItems collection._ The following code illustrates this:

this.ListBox.SelectedItems.Add(this.ListBox.Items[4]);