ReactOS 0.4.16-dev-889-g9563c07
|
OLE drop target for tree controls. More...
#include <treedroptarget.h>
Additional Inherited Members | |
![]() | |
typedef IDropTarget * | LPDROPTARGET |
![]() | |
typedef IUnknown * | LPUNKNOWN |
![]() | |
const DWORD | MK_ALT = 0x20 |
const DWORD | DROPEFFECT_NONE = 0 |
const DWORD | DROPEFFECT_COPY = 1 |
const DWORD | DROPEFFECT_MOVE = 2 |
const DWORD | DROPEFFECT_LINK = 4 |
const DWORD | DROPEFFECT_SCROLL = 0x80000000 |
const DWORD | DD_DEFSCROLLINSET = 11 |
const DWORD | DD_DEFSCROLLDELAY = 50 |
const DWORD | DD_DEFSCROLLINTERVAL = 50 |
const DWORD | DD_DEFDRAGDELAY = 200 |
const DWORD | DD_DEFDRAGMINDIST = 2 |
![]() | |
HWND | m_hTargetWnd |
OLE drop target for tree controls.
Definition at line 13 of file treedroptarget.h.
|
inline |
Definition at line 16 of file treedroptarget.h.
|
inlinevirtual |
Reimplemented from IDropTargetImpl.
Definition at line 76 of file treedroptarget.h.
|
inlinevirtual |
Reimplemented from IDropTargetImpl.
Definition at line 58 of file treedroptarget.h.
|
inlinevirtual |
Implements IDropTargetImpl.
Definition at line 18 of file treedroptarget.h.