C# WinForm NumericUpDown 控件全选其中文字 (Numeric 全选文本) 全选文本Numeric

   num_length.Focus();
                    UpDownBase updbText = (UpDownBase)num_length;
                    num_length.Select(0, updbText.Text.Length);

posted @ 2017-12-01 15:11  LuoCore  阅读(1012)  评论(0编辑  收藏  举报