ExpandEditCtrl.h
上传用户:weimei12
上传日期:2022-08-11
资源大小:185k
文件大小:1k
- /********************************************************************
- created: 2008:12:17 14:20
- author: 李欣
- filename: c:MyProjectSimpleMailSimpleMailExpandEditCtrl.h
- classname: CExpandEditCtrl
- purpose: the class for expanding the function of the accessory editbox
- *********************************************************************/
- #pragma once
- // CExpandEditCtrl
- class CExpandEditCtrl : public CRichEditCtrl
- {
- DECLARE_DYNAMIC(CExpandEditCtrl)
- public:
- CExpandEditCtrl();
- virtual ~CExpandEditCtrl();
- protected:
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
- };