ListBoxConstants
Style values for the Style property of a list-box control.
| Constant | Value | Description |
|---|---|---|
| vbListBoxStandard | 0 | Standard list box: each item is a string. |
| vbListBoxCheckbox | 1 | Each item shows a check box that the user can toggle independently of the selection. |
| vbListBoxColorSwatch | 2 | Each item shows a colour swatch alongside its text. |