Cursor.Position

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

    Cursor.Position

    Hi,
    If the user clicks a panel, how do I get det point where it is clicked?
    Cursor.Position returns the point on the form, but maybe there's another
    way?

    Thanks in advance!

    --
    Lasse


  • Andrey

    #2
    Re: Cursor.Position

    Lasse wrote:
    [color=blue]
    > Hi,
    > If the user clicks a panel, how do I get det point where it is clicked?
    > Cursor.Position returns the point on the form, but maybe there's another
    > way?
    >
    > Thanks in advance!
    >[/color]


    Argument of onclick event for any control has it.

    Comment

    Working...