Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
171
UltraFormattedTextEditor PasswordChar property
posted

We have a control that inherits from UltraTextEditor. We are going to change this to inherit from UltraFormattedTextEditor. The problem is that the UltraTextEditor has the PasswordChar property and the UltraFormattedTextEditor does not. Is there a property in the new class that would give us the same functionality?

Parents
No Data
Reply
  • 65
    Offline posted

    There is a font called Password Dots that you can use instead.
    It might not maybe the best solution, but surely it's the easiest one (provided you can install custom font on user's machine).

Children
No Data