Styles of listview control
[ListView control]

Defines


Define Documentation

#define LVS_AUTOCHECK   0x2000L

If the list view has LVS_CHECKBOX style, this style tell the list view 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 329 of file listview.h.

#define LVS_AUTOCHECKBOX   (LVS_CHECKBOX | LVS_AUTOCHECK)

If the list view has LVS_AUTOCHECKBOX style, this style tell the list view use LVS_CHECKBOX and LVS_AUTOCHECK style.

Definition at line 335 of file listview.h.

#define LVS_CHECKBOX   0x1000L

Displays a check box in an item.

Definition at line 321 of file listview.h.

#define LVS_MULTIPLESEL   0x0008L

Causes the listview to allow the user to select multiple items.

Definition at line 315 of file listview.h.

#define LVS_SORT   0x0002L

Sorts strings automatically.

Causes the listview to sort strings automatically.

Definition at line 309 of file listview.h.

#define LVS_TREEVIEW   0x4000L

Uses listview in a treeview style.

Definition at line 341 of file listview.h.

#define LVS_UPNOTIFY   0x0001L

Notifies the parent window when mouse is up (default is down).

Causes the listview to notify the listview parent window with a notification message when the user make actions, such as clicks, doubleclicks, ...,etc.

Definition at line 300 of file listview.h.

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