CheckedListBox.CreateItemCollection Method

Definition

Creates a new instance of the item collection.

protected:
 override System::Windows::Forms::ListBox::ObjectCollection ^ CreateItemCollection();
protected override System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection ();
override this.CreateItemCollection : unit -> System.Windows.Forms.ListBox.ObjectCollection
Protected Overrides Function CreateItemCollection () As ListBox.ObjectCollection

Returns

A ListBox.ObjectCollection that represents the new item collection.

Applies to

See also