I have a question in WPF, We have a text box. Where the user enters a password or some confidential data.
At this point, we have overridden System.Windows.Controls.TextBox's OnTextInput event handler. We have overridden as the textbox should work normally and based on some conditions, the same textbox should work as a password text box. and I am replacing the character entered with * asterisk.
Now, we have this requirement where, the text entered should be visible for half a second and then replaced by *.
Can you kindly help me here, Thanks in Advance.