Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
685
ultracomboeditor - image change
posted

is there a way to change the down arrow on the ultracomboeditor?

Parents
No Data
Reply
  • 53790
    posted

    Hello Meir,

    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.

    Regards

Children