开放大学在线学习搜题
当前位置:首页 > 学习题库 > C程序设计语言

问题

要设置单选按钮Option1被选中,下面代码正确的是_______。

发布时间:2025-06-04   作者:江苏开放大学   浏览:0

要设置单选按钮Option1被选中,下面代码正确的是_______。

  A:Option1.Value = True  

B:Option1.Enabled = True

  C:Option1.Value = False  

D:Option1.Enabled = False

您可能感兴趣的试题