Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

How to change Window State in UltraTabbedMdiManager???

Last post 04-01-2008 10:00 by padmanabhanvi. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 04-01-2008 6:18

    How to change Window State in UltraTabbedMdiManager???

    Hi Buddies, I am using UltraTabbedMdiManager in a MDI form. My issues are, 1. Not able change child window state as maximize or minimize if UltraTabbedMdiManager is enabled. Using - childForm.WindowState = FormWindowState.Minimized; OR childForm.WindowState = FormWindowState.Maximized; 2. Not able to change child form layout - MdiLayout to Tile vertical, Horizondal or cascade if UltraTabbedMdiManager is enabled. Using - LayoutMdi(MdiLayout.TileVertical); I wounder, how to do the above functionalities with UltraTabbedMdiManager. Please help.... Thanks in advance, Vinu
    • Post Points: 20
  • 04-01-2008 9:17 In reply to

    Re: How to change Window State in UltraTabbedMdiManager???

    Answer

    In both cases, you would need to set Enabled on the UltraTabbedMdiManager to False. When the tabbed mdi manager is enabled, it manages the size and layout of mdi children, and not the forms themselves or the mdi parent form.

    • Post Points: 20
  • 04-01-2008 10:00 In reply to

    Re: How to change Window State in UltraTabbedMdiManager???

    Thanks Mike!!! This is what i am looking for.
    • Post Points: 5
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems