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

java - How to Configure JAXRS and Spring With Annotations -

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

php - Create image in codeigniter on the fly -