I'm looking for a way to get a control at where my cursor is pointing to, is there any way to do this in C#?
Asked
Active
Viewed 2,063 times
1 Answers
3
Check out the GetChildAtPoint method. Combine it with a handler for the MouseMove or MouseHover event and you have your control under the cursor.

Paul Sasik
- 79,492
- 20
- 149
- 189