C# WinForm NumericUpDown 控件全选其中文字 (Numeric 全选文本) 全选文本Numeric
num_length.Focus();
UpDownBase updbText = (UpDownBase)num_length;
num_length.Select(0, updbText.Text.Length);
num_length.Focus();
UpDownBase updbText = (UpDownBase)num_length;
num_length.Select(0, updbText.Text.Length);