Items Property (AWTList)

Class

AWTList.

Action

Gets a list of items in the list.

Syntax

C#
protected List(Of ItemIdentifier) Items { get; }
VB
'Declaration
Protected Read Property Items As List(Of ItemIdentifier)

Access

Read only.

Examples

VB

Dim items As IList = colorsList.Items