Friends,
Is it possible that initially none of the controls is focused in my windows form ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Nov 3, 2014, 12:30 PM
As far as I know, there is always a selected control.
Graeme PariotPosted Nov 4, 2014, 9:00 PM
VulpesPosted Nov 3, 2014, 1:27 PM
1. All controls are not normally focusable i.e. labels, panels, etc; or
2. All controls are disabled; or
3. The TabStop property of all focusable controls is set to false.
These scenarios are unlikely in a typical WF application.