is there a way to change the down arrow on the ultracomboeditor?
Hi
If you need any additional assistance don’t hesitate to ask.
Regards
Hello Meir,
Please take a look on attached sample for more details and if you have any questions, feel free to write me
i've noticed you changed the glyph but i don't understand how you did it. i tried setting the ostheme to false and also set the buttonappearance image but it doesn't show it for me. it shows the usualt glyph
i also tried setting it in the appstylst using the combodropdownbutton and it sets everything ok other than the image
i do see though that yours show a different glyph i just don't see where and how you change it
will you please publish a code example?
I tried the image change on buttonappearance but it simply did not display it
There are different approaches to solve this task.
Option 1: You could set these properties:
ultraComboEditor1.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
ultraComboEditor1.ButtonAppearance.Image = ....
Option 2: You could apply different AppStyles
Option 3: You could use DrawFilter
Let me know if you have any questions.