Interface IOleDropTarget
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
[Guid("00000122-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleDropTarget
Methods
OleDragEnter(Object, Int32, Int64, ref Int32)
Declaration
int OleDragEnter(object pDataObj, int grfKeyState, long pt, ref int pdwEffect)
Parameters
System.Object
pDataObj
|
System.Int32
grfKeyState
|
System.Int64
pt
|
System.Int32
pdwEffect
|
Returns
System.Int32
|
OleDragLeave()
Declaration
int OleDragLeave()
Returns
System.Int32
|
OleDragOver(Int32, Int64, ref Int32)
Declaration
int OleDragOver(int grfKeyState, long pt, ref int pdwEffect)
Parameters
System.Int32
grfKeyState
|
System.Int64
pt
|
System.Int32
pdwEffect
|
Returns
System.Int32
|
OleDrop(Object, Int32, Int64, ref Int32)
Declaration
int OleDrop(object pDataObj, int grfKeyState, long pt, ref int pdwEffect)
Parameters
System.Object
pDataObj
|
System.Int32
grfKeyState
|
System.Int64
pt
|
System.Int32
pdwEffect
|
Returns
System.Int32
|