home *** CD-ROM | disk | FTP | other *** search
File List | 1996-07-12 | 2.4 KB | 23 lines |
- N|NM_CLICK||CListCtrl|Indicates that the user has clicked the left mouse button in the control
- N|NM_DBLCLK||CListCtrl|Indicates that the user has double-clicked the left mouse button in the control
- N|NM_KILLFOCUS||CListCtrl|Indicates that the control has lost input focus
- N|NM_OUTOFMEMORY||CListCtrl|Indicates that the control could not complete an action because it ran out of memory
- N|NM_RCLICK||CListCtrl|Indicates that the user has clicked the right mouse button in the control
- N|NM_RDBLCLK||CListCtrl|Indicates that the user has double-clicked the right mouse button in the control
- N|NM_RETURN||CListCtrl|Indicates that the control has the input focus and the user has pressed the enter key
- N|NM_SETFOCUS||CListCtrl|Indicates that the control has gained the input focus
- N|LVN_BEGINDRAG|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that the user is starting a left button drag-drop action
- N|LVN_BEGINLABELEDIT|LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;|CListCtrl|Indicates the user started editing a item label
- N|LVN_BEGINRDRAG|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that the user is starting a right button drag-drop operation
- N|LVN_COLUMNCLICK|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that one of the columns was clicked
- N|LVN_DELETEALLITEMS|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that all items in the view were deleted
- N|LVN_DELETEITEM|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that an item in the view was deleted
- N|LVN_ENDLABELEDIT|LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;|CListCtrl|Indicates the user finished editing a item label
- N|LVN_GETDISPINFO|LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;|CListCtrl|A request that the parent provide display or sorting information
- N|LVN_INSERTITEM|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates the list view had a new item inserted
- N|LVN_ITEMCHANGED|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that an item contained in the view has changed
- N|LVN_ITEMCHANGING|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that an item contained in the view is changing
- N|LVN_KEYDOWN|LV_KEYDOWN* pLVKeyDow = (LV_KEYDOWN*)pNMHDR;|CListCtrl|Indicates that a key has been pressed
- N|LVN_SETDISPINFO|LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;|CListCtrl|Indicates that the parent must update the information for an item
-