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
1745
Tabbed MDI AppStylist issue
posted

I am using an UltraTabbedMdiManager to allow users to switch between regular MDI and Tabbed MDI.
I also use the UltraFormManager to customize my form captions - including the MDI children.

Normally (for other style sets) I have no problem making this look good.
In one case however I display a blue background for active child form captions, and for the back color of the tabbed MDI Tab area, but use a grey back color for inactive child form captions.
In this case I have 2 problems:

When using normal MDI mode - On the MDIChild form captions I can get the buttons to blend in with the caption background only if I set the UltraFormManager.Style to Office2010. But that does not display the buttons unless the form has focus.
If I change the style to Office2013 then the buttons are always displayed - but they are also always Blue.
[There is no way to set different colors for Active / Inactive states, and Transparent does not seem to work] 

When using tabbed MDI mode - I can't get the buttons on the tabbed area to 'blend in' with the background.
I tried to set both the back color and border color of the buttons to Transparent so that they would adopt the color of the caption/tab area background but this is ignored. They are always painted as 'normal' buttons.

I am assuming there is a Style, DisplayStyle, ViewStyle or some such that i have not found yet that will tell it to pay attention to the colors I set but i can't find it.
Or maybe ResolutionOrder would help.

Any ideas would be appreciated.

Thanks
Mike