ItemToolTipCtrl.h
上传用户:yangzi5763
上传日期:2007-01-02
资源大小:239k
文件大小:2k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. /************************************
  2.   REVISION LOG ENTRY
  3.   Revision By: Mihai Filimon
  4.   Revised on 10/21/98 12:26:41 PM
  5.   Comments: ItemToolTipCtrl.h : header file
  6.  ************************************/
  7. #if !defined(AFX_ITEMTOOLTIPCTRL_H__7C49E334_68BA_11D2_86C6_0040055C08D9__INCLUDED_)
  8. #define AFX_ITEMTOOLTIPCTRL_H__7C49E334_68BA_11D2_86C6_0040055C08D9__INCLUDED_
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CItemToolTipCtrl window
  14. #include <afxcmn.h>
  15. class CPageListCtrl;
  16. class CItemToolTipCtrl : public CToolTipCtrl
  17. {
  18. // Construction
  19. public:
  20. CItemToolTipCtrl();
  21. // Attributes
  22. public:
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CItemToolTipCtrl)
  28. public:
  29. virtual void OnFinalRelease();
  30. protected:
  31. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. public:
  35. virtual BOOL Create(CPageListCtrl* pParent);
  36. virtual ~CItemToolTipCtrl();
  37. // Generated message map functions
  38. protected:
  39. BOOL m_bActivate;
  40. virtual BOOL Activate(BOOL bActivate);
  41. virtual BOOL NeedToolTip(int nItem, CString& item);
  42. CPageListCtrl* m_pParent;
  43. //{{AFX_MSG(CItemToolTipCtrl)
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. // Generated OLE dispatch map functions
  47. //{{AFX_DISPATCH(CItemToolTipCtrl)
  48. // NOTE - the ClassWizard will add and remove member functions here.
  49. //}}AFX_DISPATCH
  50. DECLARE_DISPATCH_MAP()
  51. DECLARE_INTERFACE_MAP()
  52. };
  53. /////////////////////////////////////////////////////////////////////////////
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_ITEMTOOLTIPCTRL_H__7C49E334_68BA_11D2_86C6_0040055C08D9__INCLUDED_)