单项选择题

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

A.ThiThisforText1.Value
B.ThiParenParenText1.Value
C.ParenParenText1.Value
D.ThiParenText1.Value