RibbonTextBox: PasswordChar
I am using RibbonWinForms Version 5.0.1.1 within Visual Studio 2022.
<packages>
<package id="RibbonWinForms" version="5.0.1.1" targetFramework="net472" requireReinstallation="true" />
</packages>
I have a ribbon on my form which is using RibbonTextBox to enter a user name and a password for an SQL data base connection. I wish to use the PasswordChar property to disguise the entry using an Asterix. However when this is entered, the password is displayed at run time in plain text and the asterixes are displayed whilst editing (i.e the wrong way around)
Has anyone come across this issue before,
I have tried this now, developing on a Windows 10 platform and also on a Windows 11 platform. and also in VS 2019 and now in VS2022, so don't believe it is an issue with my configuration, but an issue with the RibbonTextBox control
Im also struggling with the same problem. This control is really stupid.