Is there a way to make the ribbon's buttons look more button like? They look like labels until I mouse over them.
Thanks.
-Nick
There is no support for this built into the toolbars manager, and implementing this might even break the Office 2007 UI Guidelines. However, you can accomplish this by drawing your own buttons over the ButtonUIElement instances in the ribbon groups with a draw filter. The following article gives information about how to use a draw filter: http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Win_Draw_Filter.html.