C#: Is there a shortcut to detect if mouse is still hovering on top of Label on MouseHover event?
Just curious if there’s a bool to check, if not to get mathematical then :(.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think math is the only route to determine if the mouse is ‘still’ hovering, but if you subscribe to both the hover and leave events then in most cases you should be able to handle whatever you need.