A good way to show password in PasswordBox

后端 未结 2 1445
深忆病人
深忆病人 2020-12-21 08:45

I wonder i some one have any good idea how to show the password in the PasswordBox. Have read that you can bind a textbox to a passwordbox but isnt it another way to do it.<

2条回答
  •  無奈伤痛
    2020-12-21 09:09

    If you want your password to be visible you should use a textbox. The only function of a password box is to mask input. It doesn't provide extra functionality. Its also possible to switch your textbox and password box at runtime

提交回复
热议问题