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
370
Move to previous/next tabgroup
posted

I need to integrate the move to previous tabgroup and move to next tabgroup in a menu

When I right click a tab I can see move to previous or move to next or both depending on certain conditions. How can I see if in a certain tabgroup I need to show move to previous or move to next or both, what are the conditions and how can I retrieve those conditions

Parents
  • 44743
    posted

    It looks like the processing to determine whether to show these menu items is very involved. I would recommend you handle the InitializeContextMenu event of the UltraTabbedMdiManager. Examine the menu items in the ContextMenu on the event args to know whether those items were added, then set Cancel to True so the default menu is not shown.

Reply Children