Styles of listbox control
[ListBox control]

Defines


Define Documentation

#define LBS_AUTOCHECK   0x4000L

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.

Definition at line 165 of file listbox.h.

#define LBS_AUTOCHECKBOX   (LBS_CHECKBOX | LBS_AUTOCHECK)

If the list box has LBS_AUTOCHECKBOX style, this style tell the box use LBS_CHECKBOX and BLS_AUTOCHECK style.

Definition at line 172 of file listbox.h.

#define LBS_CHECKBOX   0x1000L

Displays a check box in an item.

Definition at line 151 of file listbox.h.

#define LBS_MOUSEFOLLOW   0x0010L

The list box with LBS_MOUSEFOLLOW style will always change the selected item following mouse.

Definition at line 185 of file listbox.h.

#define LBS_MULTIPLESEL   0x0008L

Causes the list box to allow the user to select multiple items.

Definition at line 145 of file listbox.h.

#define LBS_NOTIFY   0x0001L

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.

Definition at line 130 of file listbox.h.

#define LBS_SBALWAYS   0x8000L

The list box with LBS_SBALWAYS style will always show vertical scrollbar.

Definition at line 178 of file listbox.h.

#define LBS_SORT   0x0002L

Sorts strings alphabetically.

Causes the list box to sort strings alphabetically that are added to the list box with an LB_ADDSTRING message.

Definition at line 139 of file listbox.h.

#define LBS_USEICON   0x2000L

Displays an icon or bitmap in an item.

Definition at line 157 of file listbox.h.

Generated on Thu Apr 7 15:58:35 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3