我想用鼠标右键而不是左键进行拖放。然而打电话
DragDrop.DoDragDrop()
从 MouseRightButtonDown 而不是 MouseLeftButtonDown 不能完成这项工作 - DragDrop.DoDragDrop 在按住鼠标左键的同时查找鼠标移动。知道如何使用鼠标右键实现拖放吗?感谢您的任何提示!
您需要使用DragDrop.AddQueryContinueDragHandler()。