c#單選框怎麼設置默認選中?

一、在Winform中 設計時,將RadioButton的Checked屬性設置爲True   或者在代碼中將Radiobutton.Checked 設置爲true。例如, // 加載窗體時 private void Form1_Load(object sender, EventArgs e) {     radioButton1.Checked = true; } 二、在ASP.NET 頁面中,
相關文章
相關標籤/搜索