Since the UltraToolbarsManager controls the painting of the form's non-client area, are there equivalent settings for the minimize, maximize and close buttons that can be found in UltraFormManager?
Hello jquerijero,
To solve your task you could use both components: UltraFormManager and UltraToolbarManager. I made small sample for you where I used both components with IG AppStyle. Please take a look at the attached sample and video file for more details and let me know if you have any questions.
Regards
This is the sample
If you need any additional assistance don’t hesitate to ask.
I suppose that you are talking about UltraToolbarManager.Ribbon.Caption and UltraFormManager.FormStyleSettings.Caption. If so, please note that these two properties are different. The Ribbon caption will be not visible if you are using our UltraToolbarManager in different mode (for example: MiniToolbar, NavigationToolbar and so on)
You have option to remove one of these captions, but if you want to style the Minimize, Maximize and Close buttons of your Windows Forms, you could use UltraFormManager. The UltraToolbarManager is not responisble for that.
Let me know if you have any further questions.
Just run your sample program and you will see that the window has a title bar provided by UltraFormManager and another caption bar provided by the UltraToolbarsManager.
I`m not sure that I understand your issue. Could you please send us small sample that reproduce your issue and explain more deeply what is your final goals.
I tried your sample.
Here are what I noticed;
- The QAT is no longer part of the caption/title bar.
- Adding a DockManager and/or MdiTabbedManager places the Ribbon in the wrong dock location.