Items Property (SLComboBox)

Class

SLComboBox.

Action

Gets a complete list of items.

Syntax

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

Access

Read only.