Hey guys,
i try a Drag/Drop scenario.
I have noticed that after first left mouse click (for example on a button), Wisej.Web.Control.MouseButtons is always MouseButtons.Left.
But, if no key is pressed, it should be MouseButton.None ?!
Greetings
Ralf
Thanks Ralf.
This issue is already fixed in the final release.
Best regards
Frank
No sample needed, it’s very simple.
System.Windows.Forms.Control.MouseButton : Gets a value indicating which of the mouse buttons is in a pressed state.
see also https://msdn.microsoft.com/de-de/library/system.windows.forms.control.mousebuttons(v=vs.110).aspx
Your Wisej.Web.Control.MouseButton save the last button, once you click, the value remains permanent.
The value must be chaged to MouseButtons.None, when the mouse button is released.
Greetings
Hi Ralf,
sorry for the delay in answering.
Would it be possible for you to wrap up a small sample that shows the problem ?
Thanks in advance !
Best regards
Frank