OnDropUpdateMousePos Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:16

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