摘要:
1一些常用属性this.textBox5.PasswordChar='@';//密码的样式this.textBox5.UseSystemPasswordChar=true; //如果这个属性为true,则密码就和系统默认的密码样式相同,而PasswordChar属性不起作用.this.textBox5.Multiline=true;//多行显示this.textBox5.WordWrap=true; //自动换行this.textBox5.ScrollBars=ScrollBars.Vertical; //显示垂直滚动条。ScrollBars的枚举值之一。this.textBo 阅读全文
posted @ 2012-05-29 17:07
┢┦偉
阅读(1111)
评论(0)
推荐(1)