单选题
在窗体上,设置控件Command0为不可见的属性是______。
A、
Command0.Colore
B、
Command0.Caption
C、
Command0.Enabled
D、
Command0.Visible
【正确答案】
D
【答案解析】
[知识点] 控件的属性 [评析] Visible属性是用于判断控件是否可见。Enabled属性是用于判断控件是否可用。Caption属性表示控件的标题。
提交答案
关闭