We are using Style "Office2010" and Office2007UICompatibility is set to False.
The minimize ribbon button is horrible, is it possible to change the image (and also the tooltip) ?
VS 2012, ultratoolbarsmanager 13.1.20131.2060
Hello,
Infragistics Ribbon mimics MS Ribbon so if you open for example Excel 2010 you will see same arrow for minimize button. However you could change it using Creation filter, please see attached sample. More information about creation filter you will find on the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Win_Creation_Filter.html
Regarding the tooltip, it is customizable resource and you could change it with our ResourceCustomiser. More information about this you will find on the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/Win_Customizing_Assembly_Resource_Strings.html
in order to use ResourceCustomiser you should know the name of the resource which you want to change, the list of WinToolbarsResource strings is available on the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.2/CLR4.0/html/WinToolbarsManager_Resource_Strings.html
the exact names which you need are:
RibbonPinButton_Expand_TooltipText
RibbonPinButton_Minimize_TooltipText
This approach is demonstrated in the sample too.
Please let me know if you have any further questions.