コード例 #1
0
 public SmartTextBoxColor(SmartTextBox objTextBox, Color enterColor)
 {
     this.MySmartTextBox = objTextBox;
     this.EnterColor     = enterColor;
     this.LeaveColor     = Color.White;
 }
コード例 #2
0
 public SmartTextBoxColor(SmartTextBox mySmartTextBox, Color enterColor, Color leaveColor)
 {
     this.MySmartTextBox = mySmartTextBox;
     this.EnterColor     = enterColor;
     this.LeaveColor     = leaveColor;
 }