Spinner/Combobox
Yes that is correct, however is does not behave exactly like the 'Combobox' as we know it. Have a play with it and see if it does things the way you want. Another solution is to use Label and a listview and have the user click the label text to have a dropdown box appear which is in fact the listview items and then have the user click on a listview item to make the selection, then use the listview click event to process the user's selection.
Regards
BOB