ReactOS 0.4.16-dev-334-g4d9f67c
|
OLE drop target for tree controls. More...
#include <treedroptarget.h>
Additional Inherited Members | |
Public Types inherited from IDropTarget | |
typedef IDropTarget * | LPDROPTARGET |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Attributes inherited from IDropTarget | |
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 |
Protected Attributes inherited from IDropTargetImpl | |
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.