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
340
Highlight selected ExplorerBarItem?
posted

Is there a way to hightlight(color, bolded text) a UltraExplorerBarItem when it is selected?

Thanks, Lars

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    Items do not support selection; when the UltraExplorerBar.ItemSettings.Style property is set to 'StateButton' the checked item(s) exhibit the UltraExplorerBar.ItemSettings.AppearancesSmall.CheckedAppearance, so if you are using the state button style you can get the effect you describe here.

Children