ComboBox
ListBox
RadioGroup
Memo
第1题:
A.Items.Count
B.Items
C.Text
D.SelectedIndex
答案:B
解析:
选项A:Items.Count是返回指定集合中对象的个数
选项C:Text将数值转换为按指定数字格式表示的文本。
选项D:SelectedIndex可设置或返回下拉列表中被选选项的索引号
第2题:
在报表设计的众多控件属性中,能够唯一标识控件的是【 】属性。
第3题:
(20)下列控件属性中,属性值的类型不相同的一项是A.Label控件的Enabled属性与TexBox控件的Enabled属性 B.OptionButton控件的Value属性与CheckBox控件的Value属性 C.Command控件的Default属性与Command控件的Cancel属性D.Command控件的Visible属性与Form控件的Visible属性
第4题:
下面控件中,没有Caption属性的是( )
第5题:
下列控件属性中,属性值的类型不相同的一项是( )。
A.Label控件的Enabled属性与TextBox控件的Enabled属性
B.OpfionBraon控件的Value属性与CheckBox控件的Value属性
C.Commantt控件的Default属性与Command控件的Cancel属性
D.Command控件的Ⅵsible属性与Frame控件的Ⅵsible属性
第6题:
以下( )控件没有Caption属性。
A.CommandButtton
B.CheckBOX
C.TextBox
D.Label
第7题:
A.按钮
B.群组框
C.编辑控件
D.静态控件
第8题:
下列关于Web服务器端RadioButton控件的说法不正确的是( )。
A.RadioButton控件显示为单选按钮
B.RadioButton控件没有GroupName属性
C.RadioButton控件具有GroupName属性,而且是必须设置的
D.同一组RadioButton控件具有相同的GroupName属性
第9题:
下列四组控制属性中,属性值的类型不相同的一组是
A.Label控件的Enabled属性与TextBox控件的Enabled属性
B.OptionButton控件的Value属性与CheckBox控件的Value属性
C.Command控件的Default属性与Command控件的Cancel属性
D.Command控件的Visible属性与Form控件的Visible属性
第10题:
下面控件中,没有Caption属性的是( )。
A.复选框
B.单选按钮
C.组合框
D.框架