标签: c# windows-mobile
使用C#,是否有办法在Windows Mobile 5和6中激活文本框时自动显示键盘?
答案 0 :(得分:1)
您可以在激活文本框(获得焦点)时调用
InputPanel.Enabled = True
请参阅this。