explorertreetarget.h

来自「加密工具」· C头文件 代码 · 共 31 行

H
31
字号
// ExplorerTreeTarget.h: interface for the CExplorerTreeTarget class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_EXPLORERTREETARGET_H__3D94BEBD_D2C1_4863_BD59_19BEF62105BB__INCLUDED_)
#define AFX_EXPLORERTREETARGET_H__3D94BEBD_D2C1_4863_BD59_19BEF62105BB__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CExplorerTreeTarget : public COleDropTarget
{

public:
	CExplorerTreeTarget();
	virtual ~CExplorerTreeTarget();

// Overrides
public:
		virtual DROPEFFECT OnDragEnter( CWnd* pWnd, COleDataObject* pDataObject, 
		DWORD dwKeyState, CPoint point );
		virtual DROPEFFECT OnDragOver( CWnd* pWnd, COleDataObject* pDataObject, 
		DWORD dwKeyState, CPoint point );
		virtual void OnDragLeave( CWnd* pWnd );
		virtual BOOL OnDrop(CWnd* pWnd, COleDataObject* pDataObject,
		DROPEFFECT dropEffect, CPoint point);
};

#endif // !defined(AFX_EXPLORERTREETARGET_H__3D94BEBD_D2C1_4863_BD59_19BEF62105BB__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?