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

How to add image to RadDropDownButton

1 Answer 95 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
Zbigniew Kozłowski
Top achievements
Rank 1
Zbigniew Kozłowski asked on 16 Apr 2010, 12:23 PM
Hi,
how can i add an image into RadDropDownButton? I need image on the left than text.

Regards,
Zbigniew Kozłowski

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 21 Apr 2010, 04:05 PM
Hi Zbigniew Kozłowski,

In order to set the image and text in a ImageBeforeText relation, you should set the following properties:
this.radDropDownButton1.Image = WindowsFormsApplication29.Properties.Resources.PlusSign;
this.radDropDownButton1.TextImageRelation = TextImageRelation.ImageBeforeText;

Greetings,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
Zbigniew Kozłowski
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or