IDropTarget.DragOver(UInt32, POINTL, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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