Hey there, how can I change the image of the Start Button of the UltraExplorerBar Ribbonmenu? I couldn't find it yet.
Regards David
David,
That is actually the ApplicationMenuButton off of the Ribbon, which is part of the UltraToolbarsManager. The property you want to set to change the image is the ApplicationMenuButtonImage, which you can set via the ultraToolbarsManager1.Ribbon.ApplicationMenuButtonImage property.
Hope this helps,
~Kim~