C# wpf: Need to add mouseclick event to certain text within a textbox

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-05-14T17:56:54Z Indexed on 2010/05/15 14:04 UTC
Read the original article Hit count: 180

Filed under:
|
|

I have a textbox with a paragraph of information. There are certain words in the paragraph that i want the user to be able to click on, and when clicked, a different textbox is populated with more information.

I know that you can have the event for the whole textbox, but that isn't want i want. I only want to call that event when certain words within the box are clicked.

© Stack Overflow or respective owner

Related posts about c#

Related posts about event-handling