C#用按扭控制radiobutton状态

我有三个按扭,三个单选框,按按扭1,则选中单选框1.。。。
2024年11月29日 17:41
有2个网友回答
网友(1):

1)在窗体上布置控件

2)代码

using System;
using System.Windows.Forms;

namespace WindowsFormsApplication1
{

    public partial class Form2 : 键御竖Form
    {
 拆樱       public Form2()
        {
            InitializeComponent();
            button1.Focus();
        }
   
        private void button1_Click(object sender, EventArgs e)
       稿大 {
            radioButton1.Checked = true;
        }

        private void button2_Click(object sender, EventArgs e)
        {
            radioButton2.Checked = true;
        }

        private void button3_Click(object sender, EventArgs e)
        {
            radioButton3.Checked = true;
        }
    }
}

网友(2):

设置拍弊控销仿件的 Checked 属性为 true 就可以了。亏贺纤

rdb1.Checked = true; // 选中rdb1