MouseClick vs. Click?

  • Thread starter Thread starter Peter Rilling
  • Start date Start date
MouseClick is new in .NET 2.0 and provide more information than Click did.
Click is left for compatibility purpose.

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 
Do you mean MouseDown? MouseDown catches both left and right clicks,
whether or not they have any other effect. Click is only for normal clicks
(left-clicks).
 
Peter,
Have you read the MSDN pages on Click & MouseClick events? Its seems rather
obvious (to me) what the differences are...

http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.click.aspx

http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.mouseclick.aspx

--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


| What is the difference between the MouseClick and Click events?
|
|
 
Back
Top