RadioButton也叫着单选按钮控件
举一反三
- RadioButton是______ 。RadioButtonList控件呈现为一组互相______ 的单选按钮。在任一时刻,只有______ 个单选按钮被选中。
- 下面表示单选按钮的控件是( )。 A: RadioButton B: CheckBox C: ListBox D: Radio
- 在C#中,单选按钮指的是( )控件 A: Button B: RadioButton C: CheckBox D: ComboBox
- 那些控件可以用来对单选按钮分组 A: Panel B: Button C: RadioButton D: GroupBox
- Android中单选按钮用什么控件表示 A: ImageButton B: RadioButton C: RadioGroup D: Button