當我單擊一個單選按鈕時,它會在我的富文本框中設置文本。如果我點擊另一個,它什么也不做。是否可以用另一個單選按鈕替換文本?private void M_buttonComment_CheckedChanged(object sender, EventArgs e){ if (M_buttonComment.Checked) //If checked == true { // Set the text to be "Comment" // M_TitleTextBox.Text = "Comment - "; }}
- 1 回答
- 0 關注
- 210 瀏覽
添加回答
舉報
0/150
提交
取消