I'm using the XPThemed HeaderStyle for both my column and row selector headers in a wingrid and it looks great in my app. I want to apply the same look to my toolbarmanager (buttontools).
How can I programatically get the colors of the XPThemed headers so I can apply them to my buttons?
Hi,
Let me know if you have further questions or this is what you have looked for.
Regards,
- Stefaniya
You can also use the static properties on the Infragistics.Win.XPThemes class to get the colors, in case you need to access them individually.
You could set the toolbars manager style to OfficeXP to emulate this look
ultraToolbarsManager1.Style = ToolbarStyle.OfficeXP ;
Let me know if this works for you.