单项选择题

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

A.This.Thisform.Text1.Value
B.This.Parent.Parent.Text1.Value
C.Parent.Parent.Text1.Value
D.This.Parent.Text1.Value