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
570
Text Only on Explorer Bar Items
posted

I am using the explorer bar and using the Outlook navigation style. The users do not want any icons next to the text for the items and, collectively, we do not like the 'label' type set up. Is there a way to simply remove the default icons?

Parents
  • 69832
    Offline posted

    UltraExplorerBar.ItemSettings.ReserveImageSpace = DefaultableBoolean.False;
    UltraExplorerBar.ItemSettings.UseDefaultImage = DefaultableBoolean.False;

Reply Children
No Data