ListBox::IntegerCollection::Count Property
.NET Framework (current version)
Gets the number of selected items in the ListBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Implements
ICollection::CountUse the Count property to determine the number of selected items in the ListBox::IntegerCollection. You can then use this value when you are looping through the items and you need to provide a number of iterations to perform the loop.
.NET Framework
Available since 2.0
Available since 2.0
Show: