目录: 标题| 题干| 答案| 搜索| 相关
问题

( 29 )假定一个表单里有一个文本框 Text1 和一个命令按钮组 Com


( 29 )假定一个表单里有一个文本框 Text1 和一个命令按钮组 CommandGroup1 。命令按钮组是一个容器对象,其中包含 Command1 和 Command2 两个命令按钮。如果要在 Command1 命令按钮的某个方法中访问文本框的 Value 属性值,正确的表达式是

  • AA ) T his.ThisForm.Text1.Value
  • BB ) This.Parent.Parent.Text1.Value
  • CC ) Parent.Parent.Text1.Value
  • DD ) This.Parent.Text1.Value
参考答案
参考解析:
分类:其他