Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1205
Removing icon from Office 2007 style UltraToolBar
posted

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

Parents
  • 5389
    Suggested Answer
    posted

    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~

Reply Children
No Data