Hi,
I am using the Office 2007 Style in my apllication toolbar but I want to remove the silver circle icon and shorcut arrow from the top left of the control, is this possible?
Thanks,Denis
Denis,
My apologies, I just took another look at this and it looks like this is possible by setting the following properties (no creation filter needed):
Office2007UICompatibility = False
Ribbon.ApplicationMenu.Visible = False
Ribbon.QuickAccessToolbar.Visible = False
Hope this helps,
~Kim~
Hi Kim, thats exactly what I needed, thanks very much!