Hi,
We're still using version 10.2. We have a winform with a ultramanagertoolbar added to it set to be used as a ribbon. The form's appearance seems to have changed, specifically the title bar. It does not look like the rest of the forms now. I remember running into this problem awhile ago, but don't remember what I did to fix this problem. Can you provide any direction on this?
Thanks
Mario
Hi Michael,
It was the Style property causing the issue.
thanks
Hello Mario,
When has did you first notice this change in behavior? Can you recall any actions that you have done that may have caused this? (eg. upgrading, reading the ToolbarsManager component(s) and/or assemblies referenced by your project?
There are several properties that will change the look and feel for the entire form when using the Ribbon portion of the UltraToolbarsManager. One of them being the Style property and the second one is the FileMenuStyle property. It's possible that you had these set at design time. However if think something may have been corrupted then I'll need more information and steps to debug this behavior.
I recommend visiting our online documentation for more details:
http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/WinToolbarsManager_Office_2013_Ribbon_Look_and_Feel.html
&
http://help.infragistics.com/Help/Doc/WinForms/2015.1/CLR4.0/html/WinToolbarsManager_Office_2010_Style_Application_Menu.html
Let me know if you have any questions regarding this matter.