CheckedListBox Constructor ()

 

Initializes a new instance of the CheckedListBox class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
CheckedListBox()

By default, CheckedListBox uses SetStyle and the ResizeRedraw value of ControlStyles to specify that the control is redrawn when resized.

.NET Framework
Available since 1.1
Return to top
Show: