示例#1
0
 private void AddressBox_Click(object sender, System.EventArgs e)
 {
     // Select all text for editing
     AddressBox.SelectAll();
 }