How can I add InputScope property to PasswordBox in WinRT?

被刻印的时光 ゝ 提交于 2019-12-24 00:57:05

问题


How can I add Input Scope property to my User Control's PasswordBox?

Could you explain it to me, please?

Thanks.


回答1:


according to the information i have PasswordBox does not have Input Scope Property in winrt so you can't set it directly. if you want do it you have to make your separate custom control. For defining your own Custom control you have read it on Windows Development Center..or simply google it..hope it helps you.. you can use this link..



来源:https://stackoverflow.com/questions/17781535/how-can-i-add-inputscope-property-to-passwordbox-in-winrt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!