Displays a list with a checkbox to the left of each item.
Object
MarshalByRefObject
MarshalByRefComponent
Control
RichControl
FormatControl
ListControl
ListBox
CheckedListBox
[Visual Basic] Public Class CheckedListBox Inherits ListBox [C#] public class CheckedListBox : ListBox [C++] public __gc class CheckedListBox : public ListBox [JScript] public class CheckedListBox extends ListBox
To add objects to the list at run time, assign an array of object references to the Items property. The list then displays the default string value for each object. You can also assign an array of string literals.
Namespace: System.WinForms
Assembly: System.WinForms.dll