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

Silverlight RadRichTextBox MouseDown event handling

1 Answer 46 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 16 Aug 2010, 05:53 PM
In the Section object inside the Silverlight RadRichTextBox, is there a way to handle the mouse down event? For each section in the rich text box, I need to pop up a custom editor when user click on the section.

thanks!

1 Answer, 1 is accepted

Sort by
0
Ivailo Karamanolev
Telerik team
answered on 17 Aug 2010, 08:44 AM
Hello Justin,

Unfortunately, we still don't have support a direct API to handle mouse or keyboard events for the control, however you can still hook to the routed event using the method outlined here: http://msdn.microsoft.com/en-us/library/ms598899%28v=VS.95%29.aspx . This will allow you to receive notifications for events that occurred within the control and react accordingly.
I hope this helps, feel free to contact us if you have any other questions.

Regards,
Ivailo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
RichTextBox
Asked by
Justin
Top achievements
Rank 1
Answers by
Ivailo Karamanolev
Telerik team
Share this question
or