Posted 15 years ago
by johannes. g.
hi,
i am using a custom theme which is registered like this:that works fine.
additionally i want to set a custom string on the same controlthe custom string works fine, too. but now my custom theme is no longer applied. why?
thanks in advance
i am using a custom theme which is registered like this:
ThemeManager.Register(CommonThemeName.Office2007Black.ToString(), NavigationBarBaseDictionary.GroupName, typeof(Themes.NavigationBar.NavigationBarOffice2007BlackDictionary));
additionally i want to set a custom string on the same control
ActiproSoftware.Products.Navigation.SR.SetCustomString(ActiproSoftware.Products.Navigation.SRName.UINavigationBarToggleMinimizationButtonExpandToolTip.ToString(),"my string");
thanks in advance