ItemCount Property (JComboBox)

Class

JComboBox.

Action

Gets the number of items in the list.

Syntax

'Declaration
Protected Read Property ItemCount As Integer

Access

Read only.

Examples

Dim itemCount As Integer = colorsComboBox.ItemCount