numItems

The numItems property returns the number of items in a combo box or list box.

 

Syntax

System.Int32 numItems();

 

Return Value

Returns the current property value.

 

Remarks

This property is Read-Only

 

Member of field.

 

Example