I have an ultra combo with 2 right buttons. I'm using the ultra tool tip manager. How do I get a tooltip to display when the user hovers over the buttons? I need different tips for each button and no tooltip on the text portion of the control.
Hello Linda,
I prepared and attached a sample for you. I use different tooltip infos and check on mouse hover if the element is an EditorButtonUIElement, if it is a button of a certain ultraCombo and which exactly is this button.
Please feel free to let me know if I misunderstood you or you have other questions.
Thank you for your time Boris. I copied your code and ran it through a c# to vb.net converter it worked great.
Thanks again,
Linda