单选题 Show方法用来将表单的( )。
A) Enabled属性设置为.F. B) Visible属性设置为.F.
C) Visible属性设置为.T. D) Enabled属性设置为.T.

【正确答案】 C
【答案解析】[解析] Visible属性表示表单或控件是否可见,Enabled属性表示表单或控件是否可用,Show方法用来将表单的Visible属性设置为.T.。