About RichTextBox

  • Thread starter Thread starter Sateesh
  • Start date Start date
S

Sateesh

Hi,

I want to enable the right click option in my RichTextBox which allows the
user to copy, pase, cut operations etc. In a normal textbox, when I right
click, I see this menu. Could anybody tell me how to enable the same for a
RichTextBox?

Thanks in advance,
Sateesh.
 
Just add a context menu, from the toolbox, to the form that contains the richtextbox. Then set the context menu property for the richtexbox to the newly created context menu.
 
Back
Top