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

Ribbonbar StartButtonImage

1 Answer 147 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
AdamL
Top achievements
Rank 1
AdamL asked on 15 Nov 2006, 09:22 PM
I am attempting to customize the ribbonbar StartButtonImage.  I am able to adjust the property so that the correct image shows in the design but when executing the application, the telerik logo show instead of the image in designer.  I assume I should be able to change this as there is a property for it... Am I overlooking something simple..

Thank you in advance...
- Adam Lindsay

1 Answer, 1 is accepted

Sort by
0
Chris
Telerik team
answered on 16 Nov 2006, 05:33 PM
Hi Adam,
Thanks for reporting this problem. We fixed it and this will be working in the Service Pack 1 which we're about to release next week. This issue was caused due to a problem with the serialization of the StartButtonImage property.
Regardless of this you can set the property manually either from the .cs or the designer.cs file of your form.
e.g.
this.ribbonBar1.StartButtonImage = global::MyNameSpace.Properties.Resources.MyStartImage;

I hope this information helps.

Kind regards,
Chris
the telerik team
Tags
RibbonBar
Asked by
AdamL
Top achievements
Rank 1
Answers by
Chris
Telerik team
Share this question
or