ListBox Constants

The Style property settings for the ListBox control are:

Constant Value Description
vbListBoxStandard 0 (Default) Standard. The ListBox control displays as it did in previous versions of Visual Basic; That is, as a list of text items.
vbListBoxCheckbox 1 CheckBox. The ListBox control displays with a checkbox next to each text item. Multiple items in the ListBox can be selected by selecting the checkbox beside them.