单项选择题

现有由多个单选按钮构成的控件数组,用于区别该控件数组中各控件的属性是(  )。

A.Name
B.Index
C.Caption
D.Value
<上一题 目录 下一题>
热门 试题

单项选择题
设有分段函数()

A、Select Case x      Case is<0      y=5      Case is <=5,is>0        y=2*x     Case Else     y=x*x+1     End Select
B、If x<0 then      y=5      Elself x<=5 then      y=2*x     Else     y=x*x+1     End If
C、y=1 If{x<0,5,1 If(x<=5,2*x,x*x+1)}
D、If x<0 then y=5     If x<=5 and x>=0 then y=2*x     If x>5 then y=x*x+1

单项选择题
设有如下数组声明语句: Dim arr(-2 to 2,0 to 3)AS Integer 该数组所包含的数组元素个数是( )。
A.20
B.16
C.15
D.12
相关试题
  • True
  • temp
  • Label1.Caption
  • ch
  • List2.AddItem List1.Text