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

RadRibbonWindow is not loading application resource icon from embedded resource.

2 Answers 111 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Megamind
Top achievements
Rank 1
Megamind asked on 26 Mar 2019, 06:39 AM

Hi, 

Recently I have changed my WPF application Root window from Window to RadRibbonWindow and this RadRibbonwindow is not loading application Icon from embedded resources. What do I need to do, to make RabRibbonWindow load an icon "ico" from resources automatically? My all other Windows are loading Icon from embedded resources automatically.

 

 

2 Answers, 1 is accepted

Sort by
0
Megamind
Top achievements
Rank 1
answered on 27 Mar 2019, 11:28 AM
HELP?
0
Accepted
Martin Ivanov
Telerik team
answered on 28 Mar 2019, 02:24 PM
Hello Megamind,

The RadRibbonWindow control doesn't have an automatic loading logic. In order to show an icon you will need to set the Icon property of the control. For example:
<telerik:RadRibbonWindow  Icon="Images/application-icon.ico">
I hope this helps.

Regards,
Martin Ivanov
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
RibbonView and RibbonWindow
Asked by
Megamind
Top achievements
Rank 1
Answers by
Megamind
Top achievements
Rank 1
Martin Ivanov
Telerik team
Share this question
or