0

We are using the windows form application on a tough pad (touchscreen device).

want to show the on screen key board when user click the text box or any input control , rather then handling this event is there any way to handle this on the application level to show and hide the windows on screen keyboard

Sadaf
  • 592
  • 2
  • 11

1 Answers1

0

DevExpress editors, as well as regular .NET editors, do not affect OnScreenKeyboard's behavior. I suggest that you use one of the approaches described here to display it - Automatically pop up tablet touch keyboard on WinForms input focus.

Lex EPoX
  • 71
  • 4