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
> [email protected]
> 
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to