Hi all
I have an application that has the ribbon on it and is set to lunar blue.
I then have a usercontrol that has a ribbon (with 1 tab) embeded.
Now, when that control gets focus in the application, i load the tab into my main application ribbon and it gets focus via the 'EditingContextReference' property which is good.
The only problem is, i can not get the dynamic tab to be lunar blue. Its always the default system color scheme.
Ive tried setting the Manager property to the main applications ribbon manager, but nothing happens.
Any thoughts appreciated :)