如果要在改变RadioButton控件的选中状态时,触发其CheckedChanged事件,首先需要设置其______________属性为True
举一反三
- 如果要触发ListBox控件的SelectedIndexChanged事件,需要将ListBox控件的 属性设置为true。
- 当指定RadioButton按钮的android:chekced属性为true时,表示未选中状态。(
- 如果单选按钮(OptionButton)控件处于选中状态,则其Value属性值为_____。 A: True B: False C: 1 D: 0
- 选中复选框控件时,其Value属性的值为( ). A: True B: False C: 0 D: 1
- RadioButton和RadioButtonlist控件中,用于设置或返回当前控件或成员控件是否处于选定状态的属性是什么?如何判定是否选中