CheckedListBox Control Overview - Windows Forms .NET ...
docs.microsoft.com › en-us › dotnetSep 01, 2020 · The Windows Forms CheckedListBox control extends the ListBox control. It does almost everything that a list box does and also can display a check mark next to items in the list. Other differences between the two controls are that checked list boxes only support DrawMode.Normal; and that checked list boxes can only have one item or none selected. Note that a selected item appears highlighted on the form and is not the same as a checked item.
C# CheckedListBox: Windows Forms
thedeveloperblog.com › c-sharp › checkedlistboxC# CheckedListBox: Windows Forms Add the CheckedListBox control, which shows a list of items. Access SelectedIndex. CheckedListBox. This control presents several items in a list. Each item is checkable—the user can check a box. The CheckedListBox control in Windows Forms is a way to make longer, dynamic checkable lists. Controls Example.