开发者

Automatically display keyboard in Windows Mobile

开发者 https://www.devze.com 2023-01-02 06:48 出处:网络
Using C#, is there a way to automatically display the keyboard when a text box is activated in Windows Mo开发者_JAVA百科bile 5 and 6?You can call when text box is activated (got focus)

Using C#, is there a way to automatically display the keyboard when a text box is activated in Windows Mo开发者_JAVA百科bile 5 and 6?


You can call when text box is activated (got focus)

  InputPanel.Enabled = True

please refer this.

0

精彩评论

暂无评论...
验证码 换一张
取 消