remove PasswordChar
Peter Osucha <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
I can't seem to figure out how to programmatically change the PasswordChar property of a textbox to remove the password character. It can't be set to '' or a compile error occurs. Same if setting to null. I know I can set it easily in the properties window but now, for my own curiousity, I would like to know how to remove the password character. peter