把指定的文本插入到光标处,可以使用selectText完成
string selectValue = this.cmbAddMember.Text; rtbaddMember.SelectedText=selectValue;