WinXComboBox_SetEditText (hCombo, STRING text)
Sets the text in the edit portion of a combo box
Parameter | Description |
---|---|
hCombo | The handle to the combo box |
STRING text | The new text for the control |
$$TRUE on success or $$FALSE on fail
none
'set the text for a combo box WinXComboBox_SetEditText (hCombo, "This is some text") |