This example creates a custom text editor that displays the strength of the entered password.
Note
In v22.2+, the WinForms Subscription includes pre-designed UI controls (templates) designed to jump start the form development process. UI templates include the Password Box control that integrates the password strength indicator. It also displays a warning hint when the Caps Lock key is on, or when the password is weak. Read the following help topic for additional information: Password Editor.
Files to look at:
- Form1.cs (VB: Form1.vb)
- RepositoryItemTextEditPwdStrength.cs (VB: RepositoryItemTextEditPwdStrength.vb)
- TextEditPwdStrength.cs (VB: TextEditPwdStrengthViewInfo.vb)
- TextEditPwdStrengthPainter.cs (VB: TextEditPwdStrengthPainter.vb)
- TextEditPwdStrengthViewInfo.cs (VB: TextEditPwdStrengthViewInfo.vb)
(you will be redirected to DevExpress.com to submit your response)