WinXComboBox_SetSelection (hCombo, index)
Sets the selection in a combo box
Parameter | Description |
---|---|
hCombo | The handle to the combo box in which to selected the item |
index | The 0 based index of the item to select |
$$TRUE on success or $$FALSE on fail
none
'select the first item in the list WinXComboBox_SetSelection (hCombo, 0) |