当焦点进入文本框Text1时,要自动选定文本框中第6到第8个位置上的3个字符,可通过以下()代码实现。
当焦点进入文本框Text1时,要自动选定文本框中第6到第8个位置上的3个字符,可通过以下()代码实现。
A.Text1.SelStart=6Text1.SelLength=3
B.Text1.SelStart=5Text1.SelLength=3
C.Text1.SelLength=6Text1.SelStart=4
D.Text1.SelLength=8Text1.SelStart=6
正确答案:B