SelectText Method (SparkComboBox)

Action

Dispatched when text is selected.

Syntax

comboBox.SelectText(beginIndex, endIndex)
Variable Description
beginIndex The index of the first character in the selection. Integer.
endIndex The index of the last character in the selection. Integer.