單項(xiàng)選擇題
假定一個(gè)表單里有一個(gè)文本框text1和一個(gè)命令按鈕組commandgroup1,命令按鈕組是一個(gè)容器對(duì)象,其中包含Commandl和command2兩個(gè)命令按鈕,如果要在command1命令按鈕的某個(gè)事件中訪問文本框的value屬性值,下面式子中正確的確是()
A.ThisForm.Text1.value
B.This.Parent.value
C.Parent.Text1.Value
D.This.Parent.Text1.value