c# - Get controls on Mouse Over -


I'm working on a C #Net application. My app uses the table panel layout as the container that contains a lot of baby controls (labels, text boxes, buttons ...). When the mouse runs on the controls, how do I get the name of that control?

What else do you need to do.

But in your case you can also do the following: Add a listener to the child's mouseover event for each child in your panel and check the sender parameter in that listener.


Comments