Enable copy, cut, past window in a rich text box

前端 未结 7 1377
礼貌的吻别
礼貌的吻别 2021-01-31 09:30

I have a rich text box(richTextBox1) in my program as shown bellow. But when I right click on it, it doesn\'t pop up a “copy, cut, past” window. Can you please tell

7条回答
  •  情话喂你
    2021-01-31 09:35

    A standard RichTextBox does not contain a context menu for cut, copy and paste. However, you can look at this article which has the complete code needed to implement your own!

提交回复
热议问题