This property returns the number of items in the list portion of a control.
object.ListCount
If no item is selected, the ListIndex property value is –1. The first item in the list is ListIndex = 0, and ListCount is always one more than the largest ListIndex value.