Create a Password Text Box
Description
This article shows how you can create a password textbox that is capable to show the password. This is done by pressing and holding a button. Figure 1 shows the result. For this example I am using the Fluent theme and a RadButtonTextBox.
Figure 1: Create PasswordTextBox using RadButtonTextBox
Solution
To achieve this you need to handle the MouseDown and MouseUp events. This way you can change the image and set the PasswordChar.