What is the difference between the MouseClick and Click events?
MouseClick vs. Click?
Collapse
This topic is closed.
X
X
-
Peter RillingTags: None -
Lloyd Dupont
Re: MouseClick vs. Click?
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>
"Peter Rilling" <peter@nospam.r illing.net> wrote in message
news:OGwwcrzOGH A.2924@TK2MSFTN GP11.phx.gbl...[color=blue]
> What is the difference between the MouseClick and Click events?
>
>[/color]
-
Michael A. Covington
Re: MouseClick vs. Click?
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 Rilling" <peter@nospam.r illing.net> wrote in message
news:OGwwcrzOGH A.2924@TK2MSFTN GP11.phx.gbl...[color=blue]
> What is the difference between the MouseClick and Click events?
>
>[/color]
Comment
-
Peter Rilling
Re: MouseClick vs. Click?
No. As Lloyd mentioned, MouseClick is new to 2.0.
"Michael A. Covington" <look@ai.uga.ed u.for.address> wrote in message
news:OYloh10OGH A.2912@tk2msftn gp13.phx.gbl...[color=blue]
> 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 Rilling" <peter@nospam.r illing.net> wrote in message
> news:OGwwcrzOGH A.2924@TK2MSFTN GP11.phx.gbl...[color=green]
>> What is the difference between the MouseClick and Click events?
>>
>>[/color]
>
>[/color]
Comment
-
Jay B. Harlow [MVP - Outlook]
Re: MouseClick vs. Click?
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/lib...rol.click.aspx
http://msdn2.microsoft.com/en-us/lib...ouseclick.aspx
--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Peter Rilling" <peter@nospam.r illing.net> wrote in message
news:OGwwcrzOGH A.2924@TK2MSFTN GP11.phx.gbl...
| What is the difference between the MouseClick and Click events?
|
|
Comment
Comment