Check the Item in CheckListBox when Initiating
18 Feb 20251 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]);