ListBox::CreateItemCollection Method ()
.NET Framework (current version)
Creates a new instance of the item collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System.Windows.Forms::ListBox::ObjectCollection^A ListBox::ObjectCollection that represents the new item collection.
Notes to Inheritors:
You can override this in your derived classes to provide a different collection to store your items.
.NET Framework
Available since 1.1
Available since 1.1
Show: