ItemCount Property (JComboBox)

Class

JComboBox.

Action

Gets the number of items in the list.

Syntax

C#
protected Integer ItemCount { get; }
VB
'Declaration
Protected Read Property ItemCount As Integer

Access

Read only.

Examples

VB

Dim itemCount As Integer = colorsComboBox.ItemCount