在一个表单中,如果一个命令按钮Com1的方法程序中要引用文本框Text1中的Value属性值,下列中的______是正确的。
A.ThisForm.Text1.Value
B.This.Text1.Value
C.Com1.Text1.Value
D.This.Parent.Value
第1题:
在一表单中,如果一个命令按钮Coml的方法程序中要引用文本框Textl中的Value属性值,下列中的______是正确的。
A.ThisForm.Textl.Value
B.This.Textl.Value
C.Coml.Textl.Value
D.This.Parent.Value
第2题:
A、ThisForm.Value
B、ThisForm.Parent.TextName.Value
C、ThisForm.TextName.Value
D、Parent.TextName.Value
第3题:
假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,下面哪个式子是正确的?
A.ThisForm.Text1.Value
B.This.Parent.Value
C.Parent.Text1.Value
D.This.Parent.Text1.Value
第4题:
A、ThisFrom,Parent,TextInput,Value
B、ThisFrom,TextInput,Value
C、TextInput,Value
D、Parent,TextInput,Value
第5题:
A、ThisForm.Value
B、ThisForm.Parent.Texta.Value
C、ThisForm.Texta.value
D、Parent.Texta.Value