ItemCount Property (AWTChoice)

Class

AWTChoice.

Action

Gets the number of items in the combo box.

Syntax

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

Access

Read only.

Examples

VB

Dim itemCount As Integer = colorsChoice.ItemCount