Hi,
I've got a TaskPane toolbar that is set to floating and which contains a user control. If I select any control inside the user control, the TaskPane's caption is selected (orange). No problem there.
What I'd like to be able to do is click directly on the caption as well and have the toolbar become active. Is this something that's possible or something I may have overlooked in the toolbar's settings?
Thanks,
Jim
Hello Jim,
Maybe one possible approach to achieve the desired behavior is to handle ultraToolbarsManager1_MouseEnterElement() event. Please take a look at the attached sample for more details. Please let me know if you have any questions
Regards