List Boxes

A list box is a window that displays a list of character strings. The user selects a string from the list by tapping it with the stylus. When a string is selected, it is highlighted. You can use a vertical or horizontal scroll bar with a list box to scroll lists that are too long for the control window. The list box automatically hides or shows the scroll bar, as needed.

    

List box

A dialog box procedure is responsible for initializing and monitoring its child windows, including any list boxes. The dialog box procedure communicates with the list box by sending messages to it and by processing the notification messages sent by the list box.

Windows CE does not support owner-drawn list boxes.