Description

The control is a rectangle containing a list of user-selectable strings, such as file names.

The LISTBOX statement defines the identifier, dimensions, and attributes of a control window. The predefined class for this control is WC_LISTBOX. If you do not specify a style, the default style is WS_TABSTOP.

Use the LISTBOX statement only in a DIALOG or WINDOW statement.


[Back: Syntax]
[Next: Example]