00001
00002
00003
00004
00005
00006 #if !defined(AFX_COMBOBOXTREECTRL_H__7417A448_E598_4661_B199_27794E369546__INCLUDED_)
00007 #define AFX_COMBOBOXTREECTRL_H__7417A448_E598_4661_B199_27794E369546__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 class CComboBoxTreeCtrl : public CTreeCtrl
00014 {
00015
00016 public:
00017 CComboBoxTreeCtrl();
00018
00019 public:
00020
00021 public:
00022
00023
00024
00025
00026 public:
00027 class CDownloadsGroupsComboBox* m_pCombo;
00028 virtual ~CComboBoxTreeCtrl();
00029
00030 protected:
00031
00032 afx_msg void OnKillFocus(CWnd* pNewWnd);
00033 afx_msg void OnSelchanged(NMHDR* pNMHDR, LRESULT* pResult);
00034 afx_msg void OnKeydown(NMHDR* pNMHDR, LRESULT* pResult);
00035
00036
00037 DECLARE_MESSAGE_MAP()
00038 };
00039
00040
00041
00042 #endif