窗体上有名称为Option1的单选按钮,且程序中有语句: If( )ption1.Value—True Then 下面语句中与该语句不等价的是( )。A.If Option1.Value ThenB.If Option1一True ThenC.If Value=True ThenD.If Option1 Then

题目

窗体上有名称为Option1的单选按钮,且程序中有语句: If( )ption1.Value—True Then 下面语句中与该语句不等价的是( )。

A.If Option1.Value Then

B.If Option1一True Then

C.If Value=True Then

D.If Option1 Then


相似考题
更多“窗体上有名称为Option1的单选按钮,且程序中有语句: If( )ption1.Value—True Then 下面语句中与 ”相关问题
  • 第1题:

    程序运行后,要使单选按钮Option1为选中状态,则通过Option1.Value = True语句实现。


    Option1.Value = True

  • 第2题:

    设窗体上有2个框架,每个框架中有若干个单选按钮,下面叙述中正确的是__________。

    A.如果某个框架的Enabled属性为False,则里面的单选按钮一定都是未选中状态

    B.每个框架中都有一个单选按钮可以被选中

    C.窗体上所有单选按钮中只有一个可以被选中

    D.如果某个框架的Enabled属性为True,则里面单选按钮的Enabled属性也都为True


    错误

  • 第3题:

    程序运行后,要使单选按钮Option1为选中状态,下面语句正确的是_________。

    A.Option1.CheckState = True

    B.Option1.Value = True

    C.Option1.Visible = True

    D.Option1.Enabled = True


    Option1.Value = True

  • 第4题:

    程序运行后,要使单选按钮Option1为选中状态,下面语句正确的是_________。

    A.Option1.Value = True

    B.Option1.CheckState = True

    C.Option1.Visible = True

    D.Option1.Enabled = True


    Option1.Value = True

  • 第5题:

    设窗体上有名称为Option1的单选按钮,且程序中有语句: If Option1.Value=True Then 下面语句中与该语句不等价的是____。

    A.If Option1.Value Then

    B.If Option1=True Then

    C.If Value=True Then

    D.If Option1 Then


    C