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
290
UltraToolbarManagers Tab-collection is empty
posted

Hi,

I'm using the NetAdvantage 2010 Vol.1 UltraToolbarManager and created a Ribbon. In Design-mode I switch the visibility of one tab of the ribbon to false. in my Form-Shown-event I call:

tmgrSearch.Ribbon.Tabs["RIB_ALL"].Visible = true;

This fails with an key-not-found-exception. If I debug in, I can see, that

tmgrSearch.Ribbon.Tabs.Count

is 0. How or when can I access the visibility of a tab programatically? Is there an appropriate event?

Thanks,

Alex

Parents
No Data
Reply
  • 53790
    posted

    Hi,
    I try to reproduce you issue, but without success. I may guess that maybe the TAB key is not the same. Please if you have possibility send me small sample that reproduce this behavior. I'd be glad to take a look at it.

    Thanks

Children
No Data