题目内容:
38. 假定一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组是一个容器对象,其中包含Command1 和Command2两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的value属性值,下面哪个式子是正确的?( )。(本题2.0分)A、 ThisForm.Text1.value
B、 This.Parent.value
C、 Parent.Text1.value
D、 this.Parent.Text1.value
参考答案: