home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / MFCCLWZ.DLL / SRCDATA / SYSLISTV.LST < prev    next >
File List  |  1998-06-18  |  4KB  |  36 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. N|LVN_ODCACHEHINT|NMLVCACHEHINT* pCacheHint = (NMLVCACHEHINT*)pNMHDR;|CListCtrl|Indicates that the displayed content of the view has changed
  23. N|LVN_ODFINDITEM|NMLVFINDITEM* pFindInfo = (NMLVFINDITEM*)pNMHDR;|CListCtrl|Indicates that virtual control needs the owner to find a particular callback item
  24. N|LVN_ODSTATECHANGED|NMLVODSTATECHANGE* pStateChanged = (NMLVODSTATECHANGE*)pNMHDR;|CListCtrl|Indicates that the state of an item or range of items has changed
  25. N|HDN_ITEMCHANGED|HD_NOTIFY *phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that a header item in the view has changed
  26. N|HDN_ITEMCHANGING|HD_NOTIFY *phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that a header item in the view is changing
  27. N|HDN_TRACK|HD_NOTIFY *phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that the user is dragging a header divider in the view
  28. N|HDN_ITEMCLICK|HD_NOTIFY *phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that the user has single-clicked on an item in the header
  29. N|HDN_ITEMDBLCLICK|HD_NOTIFY *phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that the user has double-clicked on an item in the header
  30. N|HDN_BEGINTRACK|HD_NOTIFY *phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that the user has begun dragging a header divider in the view
  31. N|HDN_ENDTRACK|HD_NOTIFY *phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that the user has finished dragging a header divider in the view
  32. N|HDN_DIVIDERDBLCLICK|HD_NOTIFY *phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that the user has double-clicked on a header divider in the view
  33. N|HDN_BEGINDRAG|HD_NOTIFY * phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that the user has begun dragging
  34. N|HDN_ENDDRAG|HD_NOTIFY * phdn = (HD_NOTIFY *) pNMHDR;|CListCtrl|Indicates that the user has finished dragging
  35. N|HDN_GETDISPINFO|HD_NOTIFY * phdn = (HD_NOTIFY *) pHNMHDR;|CListCtrl|Indicates that the control reguests callback information as needed