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 / SYSTREEV.LST < prev    next >
File List  |  1998-06-18  |  2KB  |  22 lines

  1. N|NM_CLICK||CTreeCtrl|Indicates that the user has clicked the left mouse button in the control
  2. N|NM_DBLCLK||CTreeCtrl|Indicates that the user has double-clicked the left mouse button in the control
  3. N|NM_KILLFOCUS||CTreeCtrl|Indicates that the control has lost input focus
  4. N|NM_OUTOFMEMORY||CTreeCtrl|Indicates that the control could not complete an action because it ran out of memory
  5. N|NM_RCLICK||CTreeCtrl|Indicates that the user has clicked the right mouse button in the control
  6. N|NM_RDBLCLK||CTreeCtrl|Indicates that the user has double-clicked the right mouse button in the control
  7. N|NM_RETURN||CTreeCtrl|Indicates that the control has the input focus and the user has pressed the enter key
  8. N|NM_SETFOCUS||CTreeCtrl|Indicates that the control has gained the input focus
  9. N|TVN_BEGINDRAG|NM_TREEVIEW* pNMTreeView = (NM_TREEVIEW*)pNMHDR;|CTreeCtrl|Indicates that the user begin a left button drag-drop action
  10. N|TVN_BEGINLABELEDIT|TV_DISPINFO* pTVDispInfo = (TV_DISPINFO*)pNMHDR;|CTreeCtrl|Indicates the user started editing a item label
  11. N|TVN_BEGINRDRAG|NM_TREEVIEW* pNMTreeView = (NM_TREEVIEW*)pNMHDR;|CTreeCtrl|Indicates that the user begin a right button drag-drop operation
  12. N|TVN_DELETEITEM|NM_TREEVIEW* pNMTreeView = (NM_TREEVIEW*)pNMHDR;|CTreeCtrl|Indicates that an item in the view was deleted
  13. N|TVN_ENDLABELEDIT|TV_DISPINFO* pTVDispInfo = (TV_DISPINFO*)pNMHDR;|CTreeCtrl|Indicates the user finished editing a item label
  14. N|TVN_GETDISPINFO|TV_DISPINFO* pTVDispInfo = (TV_DISPINFO*)pNMHDR;|CTreeCtrl|A request that the parent provide display or sorting information
  15. N|TVN_ITEMEXPANDED|NM_TREEVIEW* pNMTreeView = (NM_TREEVIEW*)pNMHDR;|CTreeCtrl|Indicates that the user has expanded a node of the Tree
  16. N|TVN_ITEMEXPANDING|NM_TREEVIEW* pNMTreeView = (NM_TREEVIEW*)pNMHDR;|CTreeCtrl|Indicates that the user is expanding a node of the Tree
  17. N|TVN_KEYDOWN|TV_KEYDOWN* pTVKeyDown = (TV_KEYDOWN*)pNMHDR;|CTreeCtrl|Indicates that a key has been pressed
  18. N|TVN_SELCHANGED|NM_TREEVIEW* pNMTreeView = (NM_TREEVIEW*)pNMHDR;|CTreeCtrl|Indicates that the selection has changed from one item to another
  19. N|TVN_SELCHANGING|NM_TREEVIEW* pNMTreeView = (NM_TREEVIEW*)pNMHDR;|CTreeCtrl|Indicates that the selection is about to be changed from one item to another
  20. N|TVN_SETDISPINFO|TV_DISPINFO* pTVDispInfo = (TV_DISPINFO*)pNMHDR;|CTreeCtrl|Indicates that the parent must update the information for an item
  21.