Ejemplo n.º 1
0
 protected override void PostFocus()
 {
     BoundControl.SelectAll();
 }
Ejemplo n.º 2
0
 private void control_GotFocus(object sender, EventArgs e)
 {
     BoundControl.SelectAll();
 }