MouseClick vs. Click?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Rilling

    #1

    MouseClick vs. Click?

    What is the difference between the MouseClick and Click events?


  • Lloyd Dupont

    #2
    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]


    Comment

    • Michael A. Covington

      #3
      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

        #4
        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]

          #5
          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

          Working...