Description
Updates mouse position in on drop calls.
Syntax
Page.OnDropUpdateMousePos |
Code
Function ShellAddIn_OnDrop(ByVal sender As Object, ByVal selectedObjects As IGenericAttrObjList, ByVal dropTarget As Object) As System.Windows.DragDropEffects Implements IShellAddIn.OnDrop
Page.OnDropUpdateMousePos() ' Called to update the mouse coordinates in the unmanaged code
Return OnDrop(sender, selectedObjects, dropTarget)
End Function
Context
Page designer