|
|
If the list box has LBS_CHECKBOX style, this style tell the box to auto-switch the check box between checked or un-checked when the user click the check mark box of an item.
|
|
|
If the list box has LBS_AUTOCHECKBOX style, this style tell the box use LBS_CHECKBOX and BLS_AUTOCHECK style.
|
|
|
Displays a check box in an item.
|
|
|
Causes the list box to allow the user to select multiple items.
|
|
|
Notifies the parent window. Causes the list box to notify the list box parent window with a notification message when the user clicks or doubleclicks an item. |
|
|
The list box with LBS_SBALWAYS style will always show vertical scrollbar.
|
|
|
Sorts strings alphabetically. Causes the list box to sort strings alphabetically that are added to the list box with an LB_ADDSTRING message. |
|
|
Displays an icon or bitmap in an item.
|
1.4.2