单选题
在窗体上,设置控件Command0为不可见的属性是______。
A.Command0.Color
B.Command0.Caption
C.Command0.Enabled
D.Command0.Visible
A
B
C
D
【正确答案】
D
【答案解析】
[解析] 本题考查控件的可见属性的知识。在VBA中,要想使某个控件可见,则使其Visible属性为True;要想使某个控件可用,则使其Enabled属性为True。
提交答案
关闭