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
4165
How to show UltraComboEditor buttons without selected appearance?
posted

Hello,


Is there a way to not have editor buttons show highlighted when the control is active?

See here to the right,...whenI am in the box the buttons look lit up. I would like for them to to just be the regular color at all times.

I should note this is a ultracomboeditor inside of a control container on a ultratoolbar.

( I would like it to look like this, even when in the editor)

Thanks,
M.

Parents
  • 1700
    Verified Answer
    Offline posted

    Hello Michael,

    Could you provide some more information of what DisplayStyle are you using? It seems to me that it is Office2007 and the highlight comes from it. You might want to try some similar DsiplayStyles that don’t have the orange highlight color for example Office2013 might be a good one to try.

    After some investigation I’ve found out that there is no property that can control this highlight, since it is based on the Microsoft textbox. There is one approach if you want to keep the current DisplayStyle you are using, which is to use a DrawFileter and completely take over the drawing of the buttons. But it’s going to be very tough to get the edit portion of the control to stay blue.

    Looking forward to hear from you.

    Regards,
    Ivan Kitanov

Reply Children