When I'll style the window border and the close button with the captionarea of my ribbon menu. I see the
personal setted Icon, since before and the title is invisible. Only if I set the RibbonMenu FormDisplayStyle to standard the title is visible.
In the MainView I use a RibbonManu too. everything works fine..
Set FormDisplayStyle = Standard
Set FormDisplayStyle = Default (ForeColor = Black)
MainView FormDisplayStyle = Default(title is visible at runtime)
title at runtime
missing title at the popup
both things are styled by one stlyesheet.
Best Nic
Hello Nic,
Thank you for following up. Based on the screenshots above, are you toggling the display style? Or are these just the few you tried showing the issue? Please provide a sample demonstrating the issue. I believe setting the Ribbon's Caption property will address this if you haven't tried this so far.
eg.
this.ultraToolbarsManager1.Ribbon.Caption
Let me know if you have any questions.
thank you, now it works