x,y,width,height - Initial shape of the listbox gadget
group - A valid group gadget handle |
CreateListBox creates a listbox gadget and returns its handle.
Listbox gadgets allow you to present a list of items to the user, and allow the user to select items within the list. Listbox gadgets generate a gadget action event when the user changes the currently selected item. |