ExpandEditCtrl.h
上传用户:weimei12
上传日期:2022-08-11
资源大小:185k
文件大小:1k
源码类别:

Email客户端

开发平台:

Visual C++

  1. /********************************************************************
  2. created: 2008:12:17   14:20
  3. author: 李欣
  4. filename: c:MyProjectSimpleMailSimpleMailExpandEditCtrl.h
  5. classname:  CExpandEditCtrl
  6. purpose: the class for expanding the function of the accessory editbox
  7. *********************************************************************/
  8. #pragma once
  9. // CExpandEditCtrl
  10. class CExpandEditCtrl : public CRichEditCtrl
  11. {
  12. DECLARE_DYNAMIC(CExpandEditCtrl)
  13. public:
  14. CExpandEditCtrl();
  15. virtual ~CExpandEditCtrl();
  16. protected:
  17. DECLARE_MESSAGE_MAP()
  18. public:
  19. afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
  20. };