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

Popup Font Editor does not theme

1 Answer 96 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 24 Nov 2011, 03:15 PM
The pop-up font editor does not abide by the set theme (see attachment). In the rich text box, when a word is highlighted and hovered over, a pop-up appears allowing the user to quickly modify the selected word's font. This pop-up is only partially styled based off of the set theme, even when the theme is set as follows:
StyleManager.ApplicationTheme = new Expression_DarkTheme();

Is there a way to address this issue, or failing that, a way to disable the pop-up?

1 Answer, 1 is accepted

Sort by
0
Boby
Telerik team
answered on 29 Nov 2011, 09:10 AM
Hi Jason Clark,
We are planning to convert SelectionMiniToolBar to Cotrol (now it's UserControl) for the next releases, thus it will benefit from our theming mechanism. Until then, you can set directly Background property, for example:
((SelectionMiniToolBar)this.radRichTextBox.SelectionMiniToolBar).Background = new SolidColorBrush(Color.FromRgb((byte)0x49, (byte)0x4A, (byte)0x4D));

You can disable the SelectionMiniToolBar by setting RadRichTextBox.IsSelectionMiniToolBarEnabled property to false.
Please, excuse us for the inconvenience. Don't hesitate to contact us if you have other questions.


Regards,
Boby
the Telerik team

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

Tags
RichTextBox
Asked by
Jason
Top achievements
Rank 1
Answers by
Boby
Telerik team
Share this question
or