E
Elisa
Hi,
The MSDN library page for a Control.MouseMove event says:
"Occurs when the mouse pointer is moved over the control."
That's not right is it? From looking at several examples, the event also
occurs when initially the mouse was over the control, then a MouseDown
event happened, and then the mouse is moved away from the control. As
long as no MouseUp event occurs, the MouseMove event is still fired
weither the mouse is over the control or not. Right?
Regards,
Elisa
The MSDN library page for a Control.MouseMove event says:
"Occurs when the mouse pointer is moved over the control."
That's not right is it? From looking at several examples, the event also
occurs when initially the mouse was over the control, then a MouseDown
event happened, and then the mouse is moved away from the control. As
long as no MouseUp event occurs, the MouseMove event is still fired
weither the mouse is over the control or not. Right?
Regards,
Elisa