The ListBox widget.
The ListBox widget. A ListBox is a widget for displaying lists of items. If there are too many items to display they can be scrolled vertically. The ListBox can operate in two modes: in normal mode only one item can be selected at any time and in multiselect mode more than one item can be selected. Every time the selection (or focus) changes the ListBox sends MSG_SCROLL to the parent dialog with the index of the focus item as the first argument and when an item is clicked or space or enter is pressed it sends MSG_ACTIVATE with the index of the selected item as the first argument.Note: deprectated in favour of ListBoxEx.
Alphabetic index Hierarchy of classes