SelectText Method (SparkComboBox)

Action

Dispatched when text is selected.

Syntax

C#
comboBox.SelectText(beginIndex, endIndex)
VB
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.