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
Hi Kim, thats exactly what I needed, thanks very much!
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~
There is no property that will do this for you; you can, however, create a creation filter that removes the necessary UIElements (ApplicationMenuButtonUIElement being one of them). For more information on creation filters, please see this article in our online documentation.