When the user tabs into my NumericUpDown
I would like all text to be selected. Is this possible?
private void NumericUpDown1_Enter(object sender, EventArgs e) { NumericUpDown1.Select(0, NumericUpDown1.Text.Length); }
(Note that the Text property is hidden in Intellisense, but it's there)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With