LISTBOX #handle.ext, array$(), eventHandler, x, y, wide, high

Listboxes are added to windows to provide a list selection capability in programs.  The listbox is loaded with a collection of strings from a specified string array, and a RELOAD command updates the contents of the listbox from the array when the contents of the array change.

