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
265
Minimize Form in MdiTabGroup
posted

How to minimize any form programmatically in TabbedMdiManager. On minimize, we should be able to see some button or some area within the TabbedMdiManager or Mdiform which can be clicked to restore the form to its original position.

Thanks,

Pooja 

Parents
No Data
Reply
  • 44743
    Suggested Answer
    posted

    You cannot minimize forms while using the UltraTabbedMdiManager. Using this manager replaces the normal MDI child layout logic where you can minimize/maximize/restore Forms. What you can do is set UltraTabbedMdiManager.IsActiveTabGroupMaximized to True. If you have multiple tab groups, the one containing the active Form will occupy the entire MdiClient area and the others will be compressed to just show tabs.

Children
No Data