????????Visual Studio????????????????????????????????????????????????á? ???????????????????????????????????????????TextBox???????
??????????????????????????????????????http://pan.baidu.com/s/1dDtn8sD
????Release?????????dll???????????????
?????????????????????
#region ???????????
[System.ComponentModel.Browsable(true)]
[Localizable(true)]
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Description("???????????")]
public int MinSlideBarLenght{get; set;}
#endregion
#region  ???????TextBox
[System.ComponentModel.Browsable(true)]
[Localizable(true)]
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Description("???????TextBox")]
public TextBox TextBox{get; set;}
#endregion
#region ???????????????
[System.ComponentModel.Browsable(true)]
[Localizable(true)]
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.Description("????????????????")]
[System.ComponentModel.DefaultValue(null)]
public Color WakedColor{get; set;}
#endregion
#region ???????????????
[System.ComponentModel.Browsable(true)]
[Localizable(true)]
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Description("???????????μ????")]
public Color PressedColor{get;set;}
#endregion
#region ?????????????
[System.ComponentModel.Browsable(true)]
[Localizable(true)]
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.Description("???????????????")]
public Color EnterColor {get; set;}
#endregion