[Mono-bugs] [Bug 67796][Wis] Changed - Flatstyle button needs some way of known is_pressed even after is_entered is set to false

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Oct 2004 00:00:24 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=67796

--- shadow/67796	2004-10-12 23:52:44.000000000 -0400
+++ shadow/67796.tmp.29043	2004-10-13 00:00:24.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 67796
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jba-mono@optusnet.com.au               
 QAContact: mono-bugs@ximian.com
@@ -57,6 +57,10 @@
 7) Move the clicked mouse back over the left button and release
 8) Observe, first the pressed effect, and second the clicked event
 being fired inside the button. 
 
 The left button remembered that the mouse had been pressed inside it,
 and registered the release inside it as a click.
+
+------- Additional Comments From peter@novonyx.com  2004-10-13 00:00 -------
+Simply check for Control.Capture. If it is True, you know the button 
+was pressed and not released, no matter where the mouse is.