[mono-android] Hide Soft Keyboard

Jonathan jclement at nebbio.net
Fri Feb 24 16:19:38 UTC 2012


Try this in your activity

using Android.Views.InputMethods;

InputMethodManager inputMgr = GetSystemService(InputMethodService) as InputMethodManager;
inputMgr.HideSoftInputFromWindow(CurrentFocus.WindowToken, 0);



On 2012-02-24, at 10:22 AM, Nosh wrote:

> Hi
> Can anyone tell me how to Hide the Soft Keyboard
> 
> Thanks
> 
> 
> 
> --
> View this message in context: http://mono-for-android.1047100.n5.nabble.com/Hide-Soft-Keyboard-tp5513066p5513066.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> Monodroid at lists.ximian.com
> 
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodroid/attachments/20120224/8f81bb39/attachment.html>


More information about the Monodroid mailing list