ItemCount Property (ComboBox)
Class
ComboBox
.
Action
Gets the number of items in the combo box list.
Syntax
C#
protected
Integer
ItemCount { get; }
VB
'Declaration Protected Read Property ItemCount As
Integer
Access
Read only.