explorerlisttarget.h

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

H
33
字号
// ExplorerListTarget.h: interface for the CExplorerListTarget class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_EXPLORERLISTTARGET_H__DAC8D4AA_18A7_415D_B7E1_0CE152B74599__INCLUDED_)
#define AFX_EXPLORERLISTTARGET_H__DAC8D4AA_18A7_415D_B7E1_0CE152B74599__INCLUDED_

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

class CExplorerListTarget : public COleDropTarget
{
public:
	CExplorerListTarget();
	virtual ~CExplorerListTarget();

protected:
	int  m_nLastDrop;

// 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_EXPLORERLISTTARGET_H__DAC8D4AA_18A7_415D_B7E1_0CE152B74599__INCLUDED_)

⌨️ 快捷键说明

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