Getting control focus
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi howzit? I have a panel which displays many different controls after certain user events...i.e. the controls are instantiated and displayed in runmode. How do I know when one of these controls has focus? i.e. how can I create a Enter Event which relates to any control in this panel's collection, so that when a user clicks any of these run time controls, i can run code and get location and size information from this particular control? Regards,