单项选择题

假设一个表单里有一个文本框Text1和一个命令按钮组CommandGroup1,命令按钮组中包含Command1和Command2;两个命令按钮。如果要在Command1命令按钮的某个方法中访问文本框的Value属性值,下列式子中,正确的是

A.ThisForText1.Value
B.ThisForParenValue
C.ParenText1.Value
D.ThiParenText1.Value