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
80
Window title disappear with UltraToolbarsManager
posted

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

Parents
No Data
Reply
  • 29105
    Verified Answer
    Offline posted

    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.

Children