private void InitBoundTextbox_LostMouseCapture(object sender, EventArgs e)
 {
     InitBoundTextbox.Select(0, 0);
 }
 private void InitBoundTextbox_GotMouseCapture(object sender, EventArgs e)
 {
     InitBoundTextbox.SelectAll();
 }