[SOLVED] Wisej.Web.Control.MouseButtons always MouseButtons.Left

Answered Closed
0
0

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

 

 

 

  • You must to post comments
Best Answer
0
0

Thanks Ralf.

This issue is already fixed in the final release.

Best regards
Frank

  • You must to post comments
0
0

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

  • You must to post comments
0
0

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

  • You must to post comments
Showing 3 results