示例#1
0
 protected override void PostFocus()
 {
     BoundControl.SelectAll();
 }
示例#2
0
 private void control_GotFocus(object sender, EventArgs e)
 {
     BoundControl.SelectAll();
 }