About RichTextBox

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top