Search found 1 match

by Anton
Thu Aug 29, 2013 3:57 am
Forum: Scripting
Topic: Hide keyboard and position keyboard
Replies: 1
Views: 6619

Hide keyboard and position keyboard

Hi is there any way of hiding a keyboard i've tried kh.HideFullKeyboard(rt) 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 IKeyboardHelper kh = KeyboardHelperFactory.KeyboardHelper; Rectangle rt = new Rectangle(0, 0, 0, 0); rt...