This is a migrated thread and some comments may be shown as answers.

ReadOnly RichTextBox and Mouse Events

1 Answer 284 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Braulio
Top achievements
Rank 1
Braulio asked on 14 Oct 2011, 10:16 AM
Hi,

I have a RichTextBox set to readonly and selection disabled. But nevertheless the richtextbox handles all my mouse events even if it does not anything.

I cannot set the textbox to disabled because I have some links in the text, that should be clickeable. Any idea how to disable this behavior?

1 Answer, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 19 Oct 2011, 12:44 PM
Hello Braulio,

You can use the IsEnabled property of RadRichTextBox in order to enable and disable interaction with the control. However, interaction with the mouse is needed when you wish to be able to click the links in the document.
You can check this article for a short list of the properties you can use and try them out.

Best wishes,
Iva Toteva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
RichTextBox
Asked by
Braulio
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Share this question
or