Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

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 147 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 154 of file listbox.h.

#define LBS_CHECKBOX   0x1000L
 

Displays a check box in an item.

Definition at line 133 of file listbox.h.

#define LBS_MULTIPLESEL   0x0008L
 

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

Definition at line 127 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 112 of file listbox.h.

#define LBS_SBALWAYS   0x8000L
 

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

Definition at line 160 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 121 of file listbox.h.

#define LBS_USEICON   0x2000L
 

Displays an icon or bitmap in an item.

Definition at line 139 of file listbox.h.


Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2