Browse By Tags

  • UltraToolbarManagers Tab-collection is empty

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