IDropTarget.DragOver(UInt32, POINTL, UInt32) Method

Definition

public:
 void DragOver(System::UInt32 grfKeyState, Microsoft::VisualStudio::OLE::Interop::POINTL pt, [Runtime::InteropServices::Out] System::UInt32 % pdwEffect);
void DragOver(unsigned int grfKeyState, Microsoft::VisualStudio::OLE::Interop::POINTL pt, [Runtime::InteropServices::Out] unsigned int & pdwEffect);
public void DragOver (uint grfKeyState, Microsoft.VisualStudio.OLE.Interop.POINTL pt, out uint pdwEffect);
abstract member DragOver : uint32 * Microsoft.VisualStudio.OLE.Interop.POINTL * uint32 -> unit
Public Sub DragOver (grfKeyState As UInteger, pt As POINTL, ByRef pdwEffect As UInteger)

Parameters

grfKeyState
UInt32
pt
POINTL
pdwEffect
UInt32

Remarks

For information on the COM interface, see IDropTarget::DragOver

Applies to