CODE
private void PreviewMenu_Click(object sender, System.EventArgs e)
{
for (int i = 0; i < this.Controls.Count; i++)<-------------------------วนลูปหาtextBox
{
TextBox theText = (TextBox)Controls[i];<----------textBox ตัวที่ i
if(theText.Focus==true)<-------------ตรงนี้ผมจะเช็คได้อย่างไรว่าtextBoxกำลังโฟกัสอยู่ หรือถ้า textBox กำลังถูกคลิกอยู่
แล้วให้ค่าเป็นจิงหรือเท็จออกมาหรือมีอะไรจะแนะนำคับ
{
theText.Size = new Size(62 * (textshow1.Text()), 31);
theText = Textshow.Text;
}
else
{
MessageBox.Show("textBox ไม่มีโฟกัสอยู่ หรือถ้า textBoxไม่ถูกคลิก ","ตรวจสอบ");
}
}