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