Find the focused control in a form (in .netCF)

Posted by Vaccano on Stack Overflow See other posts from Stack Overflow or by Vaccano
Published on 2010-05-13T18:33:22Z Indexed on 2010/05/13 19:04 UTC
Read the original article Hit count: 366

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about compact-framework

Related posts about .netcf