首页题库练习题目详情
Visual Basic语言程序设计单选题中等

在Visual Basic中,要让一个控件不可见,应该设置哪个属性?

AEnabled = False
BVisible = False
CBackColor = Transparent
DForeColor = Black