ItemTexts Property (SLComboBox)

Class

SLComboBox.

Action

Gets a complete list of item texts.

Syntax

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

Access

Read only.

Examples

VB

comboBox.Open()
Dim items = comboBox.ItemTexts
comboBox.Close()