单项选择题

在VB应用程序中,修改控制代码,使Command1按钮显示“end”,正确的设置是()

A.Command1.Text=“end”
B.Command1.Caption=“end”
C.Command1.Name=end
D.Command1.Caption=end