A.Change事件
B.KeyPress事件
C.LostFocus事件
D.GotFocus事件
[单选题]使文本框失去焦点的事件是( )A.ChangeB.FocusC.SetFocusD.LostFocus
[单选题]要在文本框获得焦点时操作文本框中的内容,应该在( )事件过程中编写程序。A.GoFocusB.LostFocusC.ChangeD.SetFoeus
[单选题]要在文本框获得焦点时操作文本框中的内容,应该在( )事件过程中编写程序。A.GotFocusB.LostFocusC.ChangeD.SetFocus
[单选题]要在文本框获得焦点时操作文本框中的内容,应该在事件过程中编写程序。A. GotFocus B. LostFocus C. Change D. SetFocus
[单选题]在运行阶段,要在文本框Textl获得焦点时选中文本框中所有内容,对应的事件过程是A.Private Sub Text1_GotFocus() Text1.SelStart=0 Textl.Se1Length=Len(Text1.Text) End SubB.Private Sub Text1_LostFocus() Text1.SelStart=0 Textl.Se1Length=Len(Text1.Text) End SubC.Private Sub Text1_Change() Text1.
[单选题]文本框所不能响应的事件有( )A.LoadB.ClickC.ChangeD.GotFocus
[单选题]在运行阶段,要在文本框Text1获得焦点时选中文本框中的所有内容,则对应的事件过程是( )。A.Private Sub Text1_GotFocus() Text1.SelStart=0 Text1.SelLength=Len(Text1.Text) End SubB.Prirate Sub Text1_LosFocus() Text1.SelStart=0 Text1.SelLength=Len(Text1.Text) End SubC.Private Sub Text1_Change() T
[单选题]在运行阶段,要在文本框Text1获得焦点时选中文本框中所有内容,对应的事件过程是A.Private Sub Text1_GotFocus() Text1.SelStart=0 Text1.SelLength=Len(Text1.Text) End SubB.Private Sub Text1_LostFocus() Text1.SelStart=0 Text1.SelLength=Len(Text1.Text) End SubC.Private Sub Text1_Change() Text1.
[单选题]在运行阶段,要在文本框Text1获得焦点时选中文本框中所有内容,对应的事件过程是 ( )。A.B.C.D.
[单选题]在运行阶段,要在文本框Text1获得焦点时选中文本框中所有内容,对应的事件过程是( )A.Private Sub Text1_GotFocus() Text1.SelStart=0 Text1.SelStart=Len(Text1.text) End SubB.Private Sub Text1_LostFocus() Text1.SelStart=0 Text1.SelStart=Len(Text1.text) End subC.Private Sub Text1_Change() Text1