J
JezB
I want to allow a user control to respond to drag+drop operations, and also
to a MouseClick or Click event. It seems I can only do one or the other. The
reason seems to be that as soon as you handle a MouseDown event and call
DoDragDrop for a POTENTIAL drag/drop operation, it will no longer fire a
MouseClick or Click event on that control (ie. when you haven't dragged the
control, you have just clicked on it).
What is the best way round this ?
to a MouseClick or Click event. It seems I can only do one or the other. The
reason seems to be that as soon as you handle a MouseDown event and call
DoDragDrop for a POTENTIAL drag/drop operation, it will no longer fire a
MouseClick or Click event on that control (ie. when you haven't dragged the
control, you have just clicked on it).
What is the best way round this ?