WPF: Non focusable window

Posted by StreamT on Stack Overflow See other posts from Stack Overflow or by StreamT
Published on 2010-04-19T19:58:38Z Indexed on 2010/04/19 23:13 UTC
Read the original article Hit count: 202

Filed under:
|

I am developing WPF Touch Screen Keyboard.

I need to know how is it possible to make main window non focusable, so other windows will be receiving the input when I click on virtual keyboard buttons.

Simple applying "Focusable="False"" to the main window and all child controls doesn't work.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about focus