Skip to content

Commit

Permalink
Focus on Message Type box when Expand Button clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
tamquy999 committed Nov 7, 2019
1 parent e25e007 commit f3f4dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Form2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ private void button_send_Click(object sender, EventArgs e)
private void button_expand_Click(object sender, EventArgs e)
{
timer_Message.Start();
this.ActiveControl = textBox_Type;
}

private void textBox_message_TextChanged(object sender, EventArgs e)
Expand Down

0 comments on commit f3f4dc7

Please sign in to comment.