A . Text1.Clear
B . Text1.SelText=""
C . Text1.text=""
D . Text1.SelText.Clear
[判断题] 清空文本框可用Cls方法。A . 正确B . 错误
[单选题]假设文本框Text1中有选定的文本,执行Text1.SelText=Hello的结果是()。A . Hello将替换掉原来选定的文本B . Hello将插入到原来选定的文本之前C . Hello将插入到原来选定的文本之后D . 文本框中没有Hello
[单选题]能清除文本框Text1中内容的语句是( )。A. Text = ""B. Text 1.Text = ""C. Text 1.clearD. Text 1.Cls
[单选题]窗体上有名称分别为Text1、Text2的2个文本框,要求文本框Text1中输入的数据小于500,文本框Text2中输入的数据小于1000,否则重新输入。为了实现上述功能,在以下程序中问号(?)处应填入的内容是。Private Sub Text1_LostFocus()C.all CheckInput(Text1,500)E.nd SubPrivate Sub Text2_LostFocus()C.all CheckInput(Text2,1000)E.nd SubSub CheckInput(
[单选题]文本框Text1中有选定的文本,执行TextSelText=”Hello”的结果是( )。A.“Hello”将替换原来选定的文本B.“Hello”将
[单选题]假定有一个文本框,其名称为Text1,为了使该文本框具有焦点,应执行的语句是______。A.ChangeB.OotFocusC.SetFocusD.LostFocus
[单选题]在运行阶段,要在文本框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