|
|
|
สอบถามวิธีการทำให้ NumericUpDown สามารถ SelectAll ได้เวลาที่ไป Focus |
|
|
|
|
|
|
|
xxx.designer.cs
Code (C#)
this.numericUpDown1.GotFocus += new System.EventHandler(this.numericUpDown1_GotFocus);
xxx.cs
Code (C#)
private void numericUpDown1_GotFocus(object sender, EventArgs e)
{
this.numericUpDown1.Select(0, this.numericUpDown1.Text.Length);
}
Note that the Text property is hidden in Intellisense, but it's there
CR... http://stackoverflow.com/questions/571074/how-to-select-all-text-in-winforms-numericupdown-upon-tab-in
|
ประวัติการแก้ไข 2013-11-15 10:42:18 2013-11-15 10:42:54
|
|
|
|
Date :
2013-11-15 09:01:28 |
By :
คนงานตัดอ้อย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองทดสอบดูแล้ว ก็ยังไม่เจอ .Select นะครับ ตามรูปภาพที่แนบมาครับ
|
|
|
|
|
Date :
2013-11-18 10:14:41 |
By :
Agility |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|