Ejemplo n.º 1
0
 public static void SetPlaceHolder(this TextBox box, string text, Color foreColor, TextOrientation orientation)
 {
     _binderTextBoxPlaceHolder[box] = new TextBoxPlaceHolder(box, text, foreColor, orientation);
 }
Ejemplo n.º 2
0
 public static void SetPlaceHolder(this TextBox box, string text)
 {
     _binderTextBoxPlaceHolder[box] = new TextBoxPlaceHolder(box, text);
 }