不同的键盘 [英] Different Keyboards

查看:35
本文介绍了不同的键盘的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不认为这是可能的,但是在继续之前请确认一下:

I don't believe this is possible, but want to confirm that before I move on:


推荐答案

是的,您可以在应用中使用不同的键盘样式.您将设置TextBox的inputscope

XAML示例:

 

Yes you can use different keyboard styles within your app.  You would set the inputscope of the TextBox

Example XAML:

 

 

 

 

 

 

 

< x 名称 ="0" ="2">

<TextBox x:Name="telephoneNumberBox" Grid.Row="0" Grid.Column="2">

 

 

 

 

< >

<TextBox.InputScope>

 

 

 

 

< >

<InputScope>

 

 

 

 

<!-输入Namevalue后,intellisense将接管.一些键盘似乎已从NODO更改为Mango->

<!-- Once you type in Namevalue intellisense will take over. Some keyboards appear to have changed from NODO to Mango -->

 

 

 

 

< NameValue

<InputScopeName NameValue="TelephoneNumber" />

 

 

 

 

</ >

</InputScope>

 

 

 

 

</ >

</TextBox.InputScope>

 

 

 

 

</ >

</TextBox>

 

 

 

 

 

 

 

 

 

 


这篇关于不同的键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆