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 / RICHEDIT.LST < prev    next >
File List  |  1998-06-18  |  3KB  |  27 lines

  1. N|NM_CLICK||CRichEditCtrl|Indicates that the user has clicked the left mouse button in the control
  2. N|NM_DBLCLK||CRichEditCtrl|Indicates that the user has double-clicked the left mouse button in the control
  3. N|NM_KILLFOCUS||CRichEditCtrl|Indicates that the control has lost input focus
  4. N|NM_OUTOFMEMORY||CRichEditCtrl|Indicates that the control could not complete an action because it ran out of memory
  5. N|NM_RCLICK||CRichEditCtrl|Indicates that the user has clicked the right mouse button in the control
  6. N|NM_RDBLCLK||CRichEditCtrl|Indicates that the user has double-clicked the right mouse button in the control
  7. N|NM_RETURN||CRichEditCtrl|Indicates that the control has the input focus and the user has pressed the enter key
  8. N|NM_SETFOCUS||CRichEditCtrl|Indicates that the control has gained the input focus
  9. |EN_CHANGE|CRichEditCtrl|Indicates the display is updated after text changes
  10. N|EN_CORRECTTEXT||CRichEditCtrl|Indicates that the user has made a correction pen gesture
  11. N|EN_DROPFILES||CRichEditCtrl|Indicates that the user is attempting to drop files into the control
  12. |EN_ERRSPACE|CRichEditCtrl|Indicates the edit control is out of memory
  13. |EN_HSCROLL|CRichEditCtrl|Indicates the user clicked the scroll bar
  14. N|EN_IMECHANGE||CRichEditCtrl|Indicates that the IME conversion status has changed
  15. N|EN_KILLFOCUS||CRichEditCtrl|Indicates the edit control is losing the input focus
  16. |EN_MAXTEXT|CRichEditCtrl|Indicates the insertion is truncated
  17. N|EN_MSGFILTER||CRichEditCtrl|Permits filtering of mouse and keyboard messages in the control
  18. N|EN_OLEOPFAILED|ENOLEOPFAILED *pEnOleOpFailed = reinterpret_cast<ENOLEOPFAILED *>(pNMHDR);|CRichEditCtrl|Indicates that a user's action on an OLE object has failed
  19. N|EN_PROTECTED||CRichEditCtrl|Indicates that the user is attempting to modify a protected range of text
  20. N|EN_REQUESTRESIZE||CRichEditCtrl|Indicates that the control's contents are larger or smaller than the contro's current size
  21. N|EN_SAVECLIPBOARD|ENSAVECLIPBOARD *pEnSaveClipboard = reinterpret_cast<ENSAVECLIPBOARD *>(pNMHDR);|CRichEditCtrl|The control is closing and the clipboard contains information
  22. N|EN_SELCHANGE||CRichEditCtrl|The selection in the control has changed
  23. N|EN_SETFOCUS||CRichEditCtrl|Indicates the edit-control is receiving the input focus
  24. N|EN_STOPNOUNDO||CRichEditCtrl|The control cannot allocate enough memory to maintain the undo state for an action
  25. |EN_UPDATE|CRichEditCtrl|Indicates edit-control is about to display altered text
  26. |EN_VSCROLL|CRichEditCtrl|Indicates the user clicked the vertical scroll bar