How can I add Input Scope property to my User Control's PasswordBox?
Could you explain it to me, please?
Thanks.
How can I add Input Scope property to my User Control's PasswordBox?
Could you explain it to me, please?
Thanks.
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..