WinXComboBox_SetEditText


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

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

'set the text for a combo box
WinXComboBox_SetEditText (hCombo, "This is some text")

Related Links

WinXComboBox_GetEditText$
WinXComboBox_GetItem$