Items Property (SLListBox)

Class

SLListBox.

Action

Gets the list of list box items.

Syntax

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

Access

Read only.