RichTextBox

  • Thread starter Thread starter bhuff
  • Start date Start date
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
 
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.
 
Back
Top