In the application I have a couple of dynamically created dockable control panes which are docked as tabgroup.
I need to raise few events on the click of each tab, that is on selected each pane in the tabbedgroup.
I would like to seek help in this
Thanks & Regards
Jeni
Hello Jeni,
Can you please clarify whether you want to raise events if the user clicks on a tab header or the tab itself? If you want to fire events if the user clicks on the tab itself you could use the click events of the control which is docked in the tab group as the UltraDockManager itself has no MouseClick (MouseClick, MouseDown, etc.) events.
I am waiting for your reply.
I need to raise the events on the tab header click. In each dockareapane, I have an ultrapanel with a couple of databound controls.
Looking forward to hear from you.
Regards