How can i Minimize, Maximize and Restore child forms in UltraTabbedMDIManager ?
I want to restore and minimize, maximize the all child forms in UltraTabbedMDIManager without change it's Enable Property to true.
it means All child forms are displayed in tabbed form but active child form having minimize, maximize, and restore button..
Is it possible ?
- Hiren
I am also trying to accomplish the same for my application. Is there any progress on this?
It would be realy nice if we could combine the features of a standard MDI form and the tabbedMdiManager.
- If the forms are maximized: Show as tabbed .
- If the forms (mdi childs) are not maximized: Show as windows
Hi,
Sorry for the late follow up.
These buttons are not from the ultraTabbedMdiManage, they are from the form.
I have created the following case for you: CAS-58601-7MBRPT , so I can research your question how to achieve this functionality with DockManager, ToolbarsManager and TabbedMdiManager.
If you have any additional questions, please feel free to submit them into the ticket or here.
Regards,
Stefaniya
Actually, I want child forms in Tab format as well as minimize maximize and restore buttons also in UltraTabbedMDIManager like below picture.
In this picture left side in red mark open child forms in tab format, and right side in red mark giving a functionality of minimize, maximize, and restore button. so i want to implement same functionality using UltraTabbedMDIManager.
so, is there any approach to achieve this functionality using UltraTabbedMDIManager ?
Hi Hiren,
As the forms are tabbed I cannot figure out what is the functionality that you want to achive without setting the Enabled property. You can use creation filter to add buttons to each tab and apply the desired functionality. Please check the following forum posts: http://forums.infragistics.com/forums/p/5634/24977.aspx . You can test the suggested, which includes toggling the Enabled property of the manager, with Commands and Editors – WinToolbars - TabbedMdiManager Basic Features sample from the Windows Forms Feature Browser provided with your installation.
Let me know if I have misunderstood the question or you need further assistance.