'TextBox選択時全ての文字選択処理 Private Sub TextBox_Click(sender As Object, e As EventArgs) Handles TextBox.Click TextBox.SelectAll() End Sub