A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区
传智教育官网黑马程序员官网
只需一步,快速开始
庭院深深深几许
金牌黑马
黑马币:269
帖子:997
精华:0
© 庭院深深深几许 金牌黑马 / 2019-3-5 13:27 / 1446 人查看 / 0 人回复 / 0 人收藏 转载请遵从CC协议 禁止商业使用本文
private void InitializeMyControl() { // Set to no text. textBox1.Text = ""; // The password character is an asterisk. textBox1.PasswordChar = '*'; // The control will allow no more than 14 characters. textBox1.MaxLength = 14; }