单项选择题
下列四组控制属性中,属性值的类型不相同的一组是
A.Label控件的Enabled属性与TextBox控件的Enabled属性
B.OptionButton控件的Value属性与CheckBox控件的Value属性
C.Command控件的Default属性与Command控件的Cancel属性
D.Command控件的Visible属性与Form控件的Visible属性
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
双击窗体中的对象后,Visual Basic将显示的窗口是
A.项目(工程)窗口
B.工具箱
C.代码窗口
D.属性窗口
点击查看答案&解析
单项选择题
下列数据类型定义中,正确的是
A.Type Student
Num As Long
Name As String
End Type
B.Type Student
Num As Integer
Name As String * 10
End Type
C.Private Type
Num As Long
Score As Single
End Type
D.Private Type Student
Name As String
Score(10)As String * 10
End Type
点击查看答案&解析
相关试题
在窗体中添加一个名称为Text1的文本框,两...
阅读程序: Private Sub Form_Click(...
以下程序的功能是,从键盘上输入若干学生的...
函数Mal( 123.45 )+Val( 23...
下列程序段的功能是输入一元二次方程ax2+...