Items Property (UIAListBox)

Class

UIAListBox.

Action

Gets the list of list box items.

Syntax

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

Access

Read only.