c# - How to programmatically hide the keyboard -


i have textbox button inside (telerik's radtextbox action configured). when user presses action, progress bas displayed, screen goes dark, , magic happens.

my problem since action doesn't result in textbox losing focus, on-screen keyboard not hidden, , keeps covering half screen.

i programmatically hide on-screen keyboard, don't know how.

just set focus main page:

this.focus(); 

this focus control doesn't use keyboard , hide keyboard. unfortunately there no api keyboard hide it.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

visual studio - TFS will not accept changes I've made to a Java project -