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
340
Adding ButtonRight in a combo that inherits from UltraCombo does not seem to be working!
posted

In my case I have inherited from UltraCombo and named it comboBase and then inherits all other combos, for example combo1, from comboBase.  Everything works as expected! However, now I want to add ButtonRight to combo1 but it is not adding it.  I then add ButtonRight to comboBase, hoping that I can hide the right button in some child combos in case I do not need the RightButton but it adds two ButtonRight when I add only one! 

I first need to know if it is possible to add ButtonRight to combo1 that inherits from comboBase. If it is not possible, I need to know why it adds two ButtonRight to combo1 when I add only 1 combo to comboBase and how to hide the ButtonRight in combo1!

 

I have added a project as an example.

 

Thank you

WindowsFormsApplication10.zip