home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 June
/
PCWorld_2003-06_cd.bin
/
KOMUNIK
/
MIRRORIT
/
SRC
/
CHECKTREECTRL.H
< prev
next >
Wrap
C/C++ Source or Header
|
1998-01-04
|
1KB
|
53 lines
#if !defined(AFX_CHECKTREECTRL_H__A1E74867_84F8_11D1_BC01_0000C0003048__INCLUDED_)
#define AFX_CHECKTREECTRL_H__A1E74867_84F8_11D1_BC01_0000C0003048__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// CheckTreeCtrl.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCheckTreeCtrl window
class CCheckTreeCtrl : public CTreeCtrl
{
// Construction
public:
CCheckTreeCtrl();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCheckTreeCtrl)
//}}AFX_VIRTUAL
// Implementation
public:
void UnCheckTree(HTREEITEM i, int d);
void CheckParent(HTREEITEM i, int d);
void CheckItem(HTREEITEM i);
virtual ~CCheckTreeCtrl();
// Generated message map functions
protected:
//{{AFX_MSG(CCheckTreeCtrl)
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHECKTREECTRL_H__A1E74867_84F8_11D1_BC01_0000C0003048__INCLUDED_)