如何使用另一个单选按钮替换富文本框中已设置的文本?

当我单击一个单选按钮时,它会在我的富文本框中设置文本。如果我点击另一个,它什么也不做。是否可以用另一个单选按钮替换文本?


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 - ";                        

    }

}


喵喔喔
浏览 195回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP