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

Where are all the icons?

1 Answer 442 Views
Themes and Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Mihajlo
Top achievements
Rank 1
Mihajlo asked on 04 Oct 2018, 03:19 PM

When a theme is applied to ribbon bar of rich text editor the icons are also changed. When I extract in code Image property of some button (for instance richTextEditorRibbonBar1.buttonInsertImage.Image) I get the default non-themed image. But themed image is shown in the form. How do I access themed image from buttonInsertImage? How do I access this image from theme repository?

1 Answer, 1 is accepted

Sort by
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 05 Oct 2018, 08:37 AM
Hello, Mihajlo, 

The RadRichTextEditor's ribbon UI images are stored in the RichTextEditorRibbonBarResources which is not publicly available. So if you need to access a certain image, you should get it after the theme is successfully applied, e.g. in the Load event. 

I would like to note that when you install the suite together with the installation we deploy a few different kinds of images - some come with the controls, others with the examples, with themes, etc. Following you can find information on which images can be reused in your applications and how this can be done.
- Images displayed in the examples may not be used/reused at all by our Licensees.
- Images and other resources provided in the core product may not be used outside of the Telerik components.
- Images from one Telerik control can be reused in another Telerik control as long as the customer has obtained licenses for both Telerik products.

Additional information is available in the following help article: https://docs.telerik.com/devtools/winforms/installation-deployment-and-distribution/redistributing-telerik-ui-for-winforms

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Themes and Visual Style Builder
Asked by
Mihajlo
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or