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

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 330 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 336 of file listview.h.

#define LVS_CHECKBOX   0x1000L
 

Displays a check box in an item.

Definition at line 322 of file listview.h.

#define LVS_MULTIPLESEL   0x0008L
 

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

Definition at line 316 of file listview.h.

#define LVS_SORT   0x0002L
 

Sorts strings automatically.

Causes the listview to sort strings automatically.

Definition at line 310 of file listview.h.

#define LVS_TREEVIEW   0x4000L
 

Uses listview in a treeview style.

Definition at line 342 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 301 of file listview.h.


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