Hide keyboard and position keyboard
Posted: Thu Aug 29, 2013 3:57 am
Hi is there any way of hiding a keyboard i've tried
Also is there a way to position the keyboard i've tried
rt.top = 50; & kh.top = 50;
This is my code to show the keyboard
Is there any documentation for IKeyboardHelper?
Code: Select all
kh.HideFullKeyboard(rt)
rt.top = 50; & kh.top = 50;
This is my code to show the keyboard
Code: Select all
IKeyboardHelper kh = KeyboardHelperFactory.KeyboardHelper;
Rectangle rt = new Rectangle(0, 0, 0, 0);
rt.Width=0;
kh.ShowFullKeyboard(rt);