can you find the position of an onClick() from the EventArgs?

  • Thread starter Thread starter anon
  • Start date Start date
A

anon

Basically, I'm trying to find where in my custom control a user tapped.
Is this possible in the CF? My control is an extension of a TabPage.
 
You can use MousePosition to get the position in screen co-ordinates.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top