Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RichTextBox > I need to change the color of comments

Not answered I need to change the color of comments

Feed from this thread
  • Rick avatar

    Posted on May 20, 2012 (permalink)

    I need to programatically change the color of comments that are inserted into the document. I am sure this is easy, but there are so many methods and properties (thanks for the flexibility) that I can't seem to find it.

    What I am doing is creating a collaboration project. Different users have different sets of comments. Right now I can display the comments from any given user. But I need to add a visual cue and change the color of the comment.

    Thanks! I love the product.

    Reply

  • Alex Alex admin's avatar

    Posted on May 23, 2012 (permalink)

    Hello,

    Thanks for the feedback. You can attach to the CommentShowing event of the RadRichTextBox and set the visual setting you need in the AppearanceSettings property of the event args. Note, that this event will be fired only once for every comment - when it is first shown by the RadRichTextBox.

    I hope this was helpful.

    Kind regards,
    Alex
    the Telerik team

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

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Rick avatar

    Posted on May 23, 2012 (permalink)

    Thanks, that worked great.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > RichTextBox > I need to change the color of comments