单选题
下列4组控件属性中,属性值的类型不相同的一组是
A、
Label控件的Enabled属性与TextBox控件的Enabled属性
B、
OptionButton控件的Value属性与CheckBox控件的Value属性
C、
Command控件的Default属性与Command控件的Cancel属性
D、
Command控件的Visible属性与Form控件的Visible属性
【正确答案】
B
【答案解析】
[解析] CheckBox控件的Value属性取值是0、1或2;OptionButton控件的Value属性取值是True或False。
提交答案
关闭