CheckedListBox.ObjectCollection(CheckedListBox) Constructor

Definition

Initializes a new instance of the CheckedListBox.ObjectCollection class.

public:
 ObjectCollection(System::Windows::Forms::CheckedListBox ^ owner);
public ObjectCollection (System.Windows.Forms.CheckedListBox owner);
new System.Windows.Forms.CheckedListBox.ObjectCollection : System.Windows.Forms.CheckedListBox -> System.Windows.Forms.CheckedListBox.ObjectCollection
Public Sub New (owner As CheckedListBox)

Parameters

owner
CheckedListBox

The CheckedListBox that owns the collection.

Applies to