复选框CheckBox的()属性表示是否被选中。 A: Visible B: Value C: Caption D: Enabled
复选框CheckBox的()属性表示是否被选中。 A: Visible B: Value C: Caption D: Enabled
复选框CheckBox的___________属性表示是否被选中。 A: Value B: Caption C: Enabled D: Visible E: Text
复选框CheckBox的___________属性表示是否被选中。 A: Value B: Caption C: Enabled D: Visible E: Text
为了在CheckBox后面显示文本,需要设置的属性是()。 A: Visible B: Caption C: Enabled D: Value
为了在CheckBox后面显示文本,需要设置的属性是()。 A: Visible B: Caption C: Enabled D: Value
在android中复选框控件标签正确的是?() A: <checkbox/> B: <checkbox></checkbox> C: <CheckBox/> D: <CheckBoxed></CheckBoxed>
在android中复选框控件标签正确的是?() A: <checkbox/> B: <checkbox></checkbox> C: <CheckBox/> D: <CheckBoxed></CheckBoxed>
下列选项中属于CheckBox构造方法的是() A: CheckBox(Context.context) B: CheckBox(Context.context,AttributeSet.attrs) C: CheckBox(Context.context,AttributeSet.attrs,int.defStyleAttr) D: CheckBox(Context.context,AttributeSet.attrs,int.defStyleAttr,int.defStyleRes)
下列选项中属于CheckBox构造方法的是() A: CheckBox(Context.context) B: CheckBox(Context.context,AttributeSet.attrs) C: CheckBox(Context.context,AttributeSet.attrs,int.defStyleAttr) D: CheckBox(Context.context,AttributeSet.attrs,int.defStyleAttr,int.defStyleRes)
若复选框CheckBox1被选中,则: A: CheckBox1.AutoSize=True B: CheckBox1.Enabled=True C: CheckBox1.Visible=True D: CheckBox1.Value=True
若复选框CheckBox1被选中,则: A: CheckBox1.AutoSize=True B: CheckBox1.Enabled=True C: CheckBox1.Visible=True D: CheckBox1.Value=True
CheckBox不允许同一时刻有多个CheckBox被选中
CheckBox不允许同一时刻有多个CheckBox被选中
设置控件显示与隐藏的三个值分别是什么?() A: visible、invisible和gone B: visible、invisible和go C: visible、invisib和gone D: visible、invisib和go
设置控件显示与隐藏的三个值分别是什么?() A: visible、invisible和gone B: visible、invisible和go C: visible、invisib和gone D: visible、invisib和go
在HTML5中,代码<input checked="checked" type="checkbox"/>,可以简写为( )。 A: <input checked type="checkbox"/> B: <input checked checkbox/> C: <input "checked" "checkbox"> D: <input "checked" type="checkbox"/>
在HTML5中,代码<input checked="checked" type="checkbox"/>,可以简写为( )。 A: <input checked type="checkbox"/> B: <input checked checkbox/> C: <input "checked" "checkbox"> D: <input "checked" type="checkbox"/>
下列关于CheckBox描述错误的是()。 A: CheckBox控件表示一个复选框 B: CheckBox控件只有选中状态 C: CheckBox控件的Checked属性用于设置是否选中 D: CheckBox控件同样包括选中和未选中两种状态
下列关于CheckBox描述错误的是()。 A: CheckBox控件表示一个复选框 B: CheckBox控件只有选中状态 C: CheckBox控件的Checked属性用于设置是否选中 D: CheckBox控件同样包括选中和未选中两种状态