-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathComboBoxTreeCtrl.h
49 lines (32 loc) · 1.09 KB
/
ComboBoxTreeCtrl.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
Free Download Manager Copyright (c) 2003-2016 FreeDownloadManager.ORG
*/
#if !defined(AFX_COMBOBOXTREECTRL_H__7417A448_E598_4661_B199_27794E369546__INCLUDED_)
#define AFX_COMBOBOXTREECTRL_H__7417A448_E598_4661_B199_27794E369546__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
class CComboBoxTreeCtrl : public CTreeCtrl
{
public:
CComboBoxTreeCtrl();
public:
public:
//{{AFX_VIRTUAL(CComboBoxTreeCtrl)
//}}AFX_VIRTUAL
public:
class CDownloadsGroupsComboBox* m_pCombo;
virtual ~CComboBoxTreeCtrl();
BOOL CreateEx(DWORD dwExStyle, LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect,
CWnd* pParentWnd, UINT nID, LPVOID lpParam = NULL);
BOOL CreateEx(DWORD dwExStyle, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID);
protected:
//{{AFX_MSG(CComboBoxTreeCtrl)
afx_msg void OnKillFocus(CWnd* pNewWnd);
afx_msg void OnSelchanged(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnKeydown(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
#endif