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
1310
Ultradockmanager tab appearance
posted

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

Parents
No Data
Reply
  • 23930
    Offline posted

    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.

Children