Exemplo n.º 1
0
 private void InnerTextBox_Enter(object sender, EventArgs e)
 {
     if (m_text.Length == 0)
     {
         InnerTextBox.Select(0, 0);
     }
 }
 private void MetroTextBox_Click(object sender, EventArgs e)
 {
     InnerTextBox.Select();
 }