单项选择题

个表单里有一个文本框Text Name 和一个命令按钮CommanDOK。如果在CommanDOK命令按钮的某个方法中访问文本框的Value属性值,正确地是()。

A.ThisForm.Value
B.ThisForm.Parent.Text Name.Value
C.ThisForm.Text Name.Value
D.Parent.Text Name.Value