home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / SRCDATA / SYSLISTV.LST < prev    next >
Encoding:
File List  |  1996-07-12  |  2.4 KB  |  23 lines

  1. N|NM_CLICK||CListCtrl|Indicates that the user has clicked the left mouse button in the control
  2. N|NM_DBLCLK||CListCtrl|Indicates that the user has double-clicked the left mouse button in the control
  3. N|NM_KILLFOCUS||CListCtrl|Indicates that the control has lost input focus
  4. N|NM_OUTOFMEMORY||CListCtrl|Indicates that the control could not complete an action because it ran out of memory
  5. N|NM_RCLICK||CListCtrl|Indicates that the user has clicked the right mouse button in the control
  6. N|NM_RDBLCLK||CListCtrl|Indicates that the user has double-clicked the right mouse button in the control
  7. N|NM_RETURN||CListCtrl|Indicates that the control has the input focus and the user has pressed the enter key
  8. N|NM_SETFOCUS||CListCtrl|Indicates that the control has gained the input focus
  9. N|LVN_BEGINDRAG|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that the user is starting a left button drag-drop action
  10. N|LVN_BEGINLABELEDIT|LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;|CListCtrl|Indicates the user started editing a item label
  11. N|LVN_BEGINRDRAG|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that the user is starting a right button drag-drop operation
  12. N|LVN_COLUMNCLICK|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that one of the columns was clicked
  13. N|LVN_DELETEALLITEMS|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that all items in the view were deleted
  14. N|LVN_DELETEITEM|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that an item in the view was deleted
  15. N|LVN_ENDLABELEDIT|LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;|CListCtrl|Indicates the user finished editing a item label
  16. N|LVN_GETDISPINFO|LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;|CListCtrl|A request that the parent provide display or sorting information
  17. N|LVN_INSERTITEM|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates the list view had a new item inserted
  18. N|LVN_ITEMCHANGED|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that an item contained in the view has changed
  19. N|LVN_ITEMCHANGING|NM_LISTVIEW* pNMListView = (NM_LISTVIEW*)pNMHDR;|CListCtrl|Indicates that an item contained in the view is changing
  20. N|LVN_KEYDOWN|LV_KEYDOWN* pLVKeyDow = (LV_KEYDOWN*)pNMHDR;|CListCtrl|Indicates that a key has been pressed
  21. N|LVN_SETDISPINFO|LV_DISPINFO* pDispInfo = (LV_DISPINFO*)pNMHDR;|CListCtrl|Indicates that the parent must update the information for an item
  22.