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
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