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