Find the focused control in a form (in .netCF)
- by Vaccano
I have a form that I want to know which control on it has focus.
How can I do this? Best solution I have seen has me iterating all the controls on the screen. While doable, it seems like a lot of work just to know which control has the focus.