单项选择题

下列属性中,与列表框控件的List1.List(List1.ListIndex)值等价的是()。

A.List1.List(0)
B.List1.Text
C.List1.List(List1.ListCount-1)
D.List1.List(List1.ListCount)