I am currently working on a WPF application and I run into a problem. I would like to disable the Windows Keyboard Close button. In my case, I have a button that opens the keyboard which should remain opened until the user presses another button. In this scenario I have to restrict the user from closing the keyboard.
Here is the X button that I want to handle/disable:
KeyDown
event is not raised when pressing X button. Any ideas?