ItemTexts Property (SLComboBox)

Class

SLComboBox class

Action

Gets a complete list of item texts.

Data Type

LIST OF STRING

Access

Read only

Examples

comboBox.Open()
LIST OF STRING items = comboBox.ItemTexts
comboBox.Close()