ItemTexts Property (SLComboBox)

Class

SLComboBox.

Action

Gets a complete list of item texts.

Syntax

'Declaration
Protected Read Property ItemTexts As List(Of String)

Access

Read only.

Examples

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