Interface IOleDropSource
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
[Guid("00000121-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleDropSource
Methods
OleGiveFeedback(Int32)
Declaration
int OleGiveFeedback(int dwEffect)
Parameters
System.Int32
dwEffect
|
Returns
System.Int32
|
OleQueryContinueDrag(Int32, Int32)
Declaration
int OleQueryContinueDrag(int fEscapePressed, int grfKeyState)
Parameters
System.Int32
fEscapePressed
|
System.Int32
grfKeyState
|
Returns
System.Int32
|