}
//密码属性
[Bindable(false),
Category("Appearance"),
DefaultValue(""), Browsable(false)]
public string PassWord
{
get
return this.txtPassWord.Text;
set
this.txtPassWord.Text = value;
//控件宽度属性
DefaultValue("")]
public override Unit Width
return this.pnlFrame.Width;
this.pnlFrame.Width = value;
//控件高度属性
public override Unit Height
return this.pnlFrame.Height;
this.pnlFrame.Height = value;
//控件边框颜色属性
上一页 [1] [2] [3] [4] [5] [6] 下一页
Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved. 闵涛 E_mail:admin@mintao.net(欢迎提供学习资源)
鄂公网安备 42011102001154号
站长:MinTao ICP备案号:鄂ICP备11006601号-18