ComboBox.
Replaces the text in the text field of the combo box.
window.SetText (sText)
Variable | Description |
---|---|
sText | The text to substitute for the contents of the text field. STRING. |
SetText changes the text of the text field of the combo box by giving the field the input focus and then generating the appropriate keystrokes.
Dialog1.ComboText.SetText ("two")