问题详情
执行()语句,可使窗口的按钮Command1上显示“确定”。
A、 Command1.Show = "确定"
B、 Command1.Caption = "确定"
C、 Command1.Name = "确定"
D、 Command1.Visible = "确定"