Reflection
ItemCount Property


Gets the number of items in the drop down list.
Syntax
'Declaration
 
ReadOnly Property ItemCount As Integer
'Usage
 
Dim instance As ISmartDropDown
Dim value As Integer
 
value = instance.ItemCount
int ItemCount {get;}
See Also