CheckedListBox Constructor

Definition

Initializes a new instance of the CheckedListBox class.

public:
 CheckedListBox();
public CheckedListBox ();
Public Sub New ()

Remarks

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

Applies to