ItemCount Property (JList)

Class

JList.

Action

Gets the number of list items.

Syntax

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

Access

Read only.

Examples

VB

Dim itemCount As Integer = colorsList.ItemCount