创建一个TextBox,id=tBox,
获得焦点就是tBox.Focus(),失去焦点的方法没有找到,
只是找到了失去焦点的事件 :
Private Sub tBox_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tBox.Leave
End Sub
创建一个TextBox,id=tBox,
获得焦点就是tBox.Focus(),失去焦点的方法没有找到,
只是找到了失去焦点的事件 :
Private Sub tBox_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tBox.Leave
End Sub