【发布时间】:2012-05-19 00:10:27
【问题描述】:
根据http://www.devexpress.com/Products/NET/Controls/WinForms/Editors/editors/textEdit.xml 可以使用Developer Express TextEdit 控件输入密码并隐藏字符。谁能向我解释如何做到这一点?看起来应该很简单。
【问题讨论】:
-
使用 TextEdit.Properties.PasswordChar = '*'
标签: c# .net winforms devexpress