ShellTreeView.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_SHELLTREEVIEW_H__48775716_74D4_4EBE_8212_0C33AA271BB0__INCLUDED_)
  2. #define AFX_SHELLTREEVIEW_H__48775716_74D4_4EBE_8212_0C33AA271BB0__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ShellTreeView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CShellTreeView view
  10. class CShellTreeView : public CXTShellTreeView
  11. {
  12. protected:
  13. CShellTreeView();           // protected constructor used by dynamic creation
  14. DECLARE_DYNCREATE(CShellTreeView)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. void SelectParentItem();
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CShellTreeView)
  23. protected:
  24. virtual void OnDraw(CDC* pDC);      // overridden to draw this view
  25. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. virtual ~CShellTreeView();
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. void CShellTreeView::OnInitialUpdate();
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CShellTreeView)
  38. afx_msg void OnNcCalcSize(BOOL bCalcValidRects, NCCALCSIZE_PARAMS FAR* lpncsp);
  39. afx_msg void OnNcPaint();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_SHELLTREEVIEW_H__48775716_74D4_4EBE_8212_0C33AA271BB0__INCLUDED_)