单项选择题

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

A) This.ThisForm.Text1.Value
B) ThisParent.Parent.Text1.Value
C) ParentParent.Text1.Value
D) ThisParent.Text1.Value