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
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.