网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

checkbox组件的()属性是它的标识,checkbox-group的 change 事件会携带checkbox的这个标识。

A.value

B.checked

C.disabled

D.color


参考答案和解析
D
更多 “checkbox组件的()属性是它的标识,checkbox-group的 change 事件会携带checkbox的这个标识。A.valueB.checkedC.disabledD.color” 相关考题
考题 下列 ()是创建一个标识有“OK”的按钮的语句。 A.TextField b=new TextField(“OK”);B.Button b=new Button(“OK”);C.TextArea b=new TextArea(“OK”);D.Checkbox b=new Checkbox(“OK”);

考题 在属性面板可以设置的CheckBox组件参数有() A、iconB、labelC、selectedD、data

考题 在Windowss程序中,某CheckBox对象初始化为三态(即:其ThreeState属性值为true).则应使用()属性来检查此CheckBox的状态. A.IsSelectedB.CheckStateC.CheckedD.State

考题 下列选项中,()表示标签组件。 A、Button组件B、CheckBox组件C、ComboBox组件D、Label组件

考题 下列关与Web服务器端CheckBox控件的说法不正确的是( )。A.CheckBox控件显示为复选框B.CheckBox控件没有GroupName属性C.CheckBox控件可以有默认选项D.CheckBox控件可以全选,也可以全不选

考题 创建一个标识有“关闭”按钮的语句是( )。A.TextField b=new TextField("关闭");B.Button b=new Burron("关闭");C.Checkbox b=new Checkbox("关闭");D.Label b=new Label("关闭");

考题 下列选项中可以创建一个标识有“关闭”的按钮语句的是( )。A.TextField b = new TextField("关闭");B.TextArea b=new TextArea("关闭");C.Button b = new Button("关闭");D.Checkbox b = new Checkbox("关闭");

考题 下面关于CheckBox控件的描述,正确的是()。 A、CheckBox表示复选框B、可以实现多选功能C、可以通过android:checked属性指定是否选中的状态D、以上说法都不对

考题 Button,CheckBox和TextInput组件都是用户界面组件,即UI组件。。() 此题为判断题(对,错)。

考题 下列______是创建一个标识有“关闭”按钮的语句。 ( )A.TextField b=new TextField("关闭");B.TexArea b=new TexArea("关闭");C.Button b=new Button("关闭");D.Checkbox b=new Checkbox("关闭");

考题 在Windows Forms程序中,某CheckBox对象初始化为三态(即:其ThreeState属性值为true).则应使用()属性来检查此CheckBox的状态.A. IsSelectedB. CheckStateC. CheckedD. State

考题 下列哪个选项是创建一个标识有“关闭”按钮的语句?A.TextField b=new TextField(“关闭”);B.TextArea b= new TextArea(“关闭”);C.Button b= new Button(“关闭”);D.Checkbox b= new Checkbox(“关闭”);

考题 为了在CheckBox后面显示文本,需要设置的属性是()。A.VisibleB.CaptionC.EnabledD.Value

考题 以下()可以显示一个下拉列表组合框。A、ComBoBox组件B、CheckBox组件C、Button组件D、Alert组件

考题 下列说明错误的是() A、OpenDialog是打开文件对话框。B、Edit组件的Clear方法是清除编辑框中的内容C、CheckBox控件是通过Checked属性确定选择状态D、按钮组件的属性Name设置为“确定”,则按钮上文本显示为“确定”

考题 一组CheckBox控件的Checked属性是互斥的。

考题 可以显示一个下拉列表组合框的是()A、ComBoBox组件B、CheckBox组件C、Button组件D、Alert组件

考题 AWT中创建一个标识有“确定”按钮的语句是()A、TextField b = new TextField(“确定”);B、Checkbox b = new Checkbox(“确定”);C、Buttn b = new Button(“确定”);D、Label b = new Label(“确定”);

考题 创建一个标识有“关闭”按钮的语句是()。A、TextField b = new TextField(“关闭”);B、Label b = new Label(“关闭”);C、Checkbox b = new Checkbox(“关闭”);D、Button b = new Button(“关闭”);

考题 下列哪个选项是创建一个标识有"打开"按钮的语句()。A、TextField b=new TextField("打开");B、TextArea b=new TextArea("打开");C、Checkbox b=new Checkbox("打开");D、Button b=new Button("打开");

考题 在android中复选框控件标签正确的是?()A、checkbox/B、checkbox/checkboxC、CheckBox/D、CheckBoxed/CheckBoxed

考题 以下哪些是flash中内置的组件()。A、AlertB、MenuC、boxD、CheckBox

考题 文件框的type属性值是()A、textB、hiddenC、textareaD、checkbox

考题 获取所有被选中的复选框,以下写法正确的是()。A、$("input[type=radio]:checked")B、$("input:checkbox")C、$("input[checkbox]:disabled")D、$("input[type=checkbox]:checked")

考题 为了在CheckBox后面显示文本,需要设置的属性是()。A、VisibleB、CaptionC、EnabledD、Value

考题 以下哪个组件可以显示一个下拉列表组合框。()A、ComboBox组件B、CheckBox组件C、Button组件D、Alert组件

考题 单选题假设某个表单中有一个复选框CheckBox1和一个命令按钮Command1,如果要在Command1的CliCk事件代码中取得复选框的值,以判断该复选框是否被用户选择,正确的表达式是(  )。A This.CheCkBox1.valueB ThisForm.CheCkBox1.ValueC This.CheCkBox1.SeleCtedD ThisForm.CheCkBox1.SeleCted

考题 单选题创建一个标识有“关闭”按钮的语句是()。A TextField b = new TextField(“关闭”);B Label b = new Label(“关闭”);C Checkbox b = new Checkbox(“关闭”);D Button b = new Button(“关闭”);