Esempio n. 1
0
 private void SellPriceNumericUpDown_Enter(object sender, EventArgs e)
 {
     SellPriceNumericUpDown.Select(0, SellPriceNumericUpDown.Text.Length);
 }
Esempio n. 2
0
 private void SellPriceNumericUpDown_ValueChanged(object sender, EventArgs e)
 {
     SellPriceNumericUpDown.Select(0, SellPriceNumericUpDown.Text.Length);
 }