#define LVN_CLICKED 1 |
This notification code informs parent window the mouse clicked.
Definition at line 1190 of file listview.h.
#define LVN_COLCHANGE 11 |
This notification code informs parent window the current selected column has changed.
Definition at line 1253 of file listview.h.
#define LVN_FOLDED 12 |
This notification code informs that user folds an item by mouse clicking.
Definition at line 1260 of file listview.h.
#define LVN_HEADRDOWN 6 |
This notification code informs parent window the right mouse button down on the listview header.
Definition at line 1218 of file listview.h.
#define LVN_HEADRUP 7 |
This notification code informs parent window the right mouse button up on the listview header.
Definition at line 1225 of file listview.h.
#define LVN_ITEMCLK 10 |
This notification code informs parent window the current selected item has been clicked.
Definition at line 1246 of file listview.h.
#define LVN_ITEMDBCLK 9 |
This notification code informs parent window the current selected item has be double clicked.
Definition at line 1239 of file listview.h.
#define LVN_ITEMRDOWN 4 |
This notification code informs parent window the right mouse button down on a listview item.
Definition at line 1204 of file listview.h.
#define LVN_ITEMRUP 5 |
This notification code informs parent window the right mouse button up on a listview item.
Definition at line 1211 of file listview.h.
#define LVN_KEYDOWN 8 |
This notification code informs parent window that a key has been pressed.
Definition at line 1231 of file listview.h.
#define LVN_SELCHANGE 2 |
This notification code informs parent window the current selected item has changed.
Definition at line 1197 of file listview.h.
#define LVN_UNFOLDED 13 |
This notification code informs that user unfolds an item by mouse clicking.
Definition at line 1267 of file listview.h.