In the ribbon control, where is the property to change the 'circular logo image' located in the top left corner? In some of the sample code for ribbon toolbar this icon looks like 'IG' with a circle around it and appears to be about 48x48pix in size...
Also, for future reference, Is this icon called the 'ribbon application menu button?'
Thanks - new to IG
There is currently no property to change this appearance, but you can use a draw filter to do custom drawing of the ApplicationMenuButtonUIElement. If you have never used a draw filter, the following article will give you a brief overview: http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Win_Draw_Filter.html
Mike,
Is there a way to change the background color, Hottrack color, and buttonpressed color of the application menu button?
I believe it is just called the application menu button. The property to set the image is UltraToolbarsManager.Ribbon.ApplicationMenuButtonImage.