Scalabium Software |
|
Knowledge for your independence'. | |
Home Delphi and C++Builder tips |
#10: password characters for property in Property Grid |
|
To not show your passwords in plain text on a propertygrid, just use the PasswordPropertyText attribute: [DisplayName("Password"), Category("Authentication"), PasswordPropertyText(true)] public string Password { … }
|
|
Copyright© 1998-2024, Scalabium
Software. All rights reserved. |