NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CheckedListBox Class

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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

CheckedListBox Members | System.WinForms Namespace