RichTextBox

B

bhuff

The RichTextBox component doesn't allow me to right-click
and use the "cut","paste", and etc. The TextBox
component will let me do this, but I would rather use the
RichTextBox. Is there a property that needs to be set
for the RichTextBox?

Brad
 
H

Herfried K. Wagner [MVP]

The RichTextBox component doesn't allow me to right-click
and use the "cut","paste", and etc. The TextBox
component will let me do this, but I would rather use the
RichTextBox. Is there a property that needs to be set
for the RichTextBox?

There is no property. You will have to derive from RichTextBox and
extend it by a 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