When you turn on the ShowTabList property of an UltraWinTab control, you get a drop list of tabs at the upper right of the control. If you hover the mouse over this drop-down, a help balloon pops up that says "Open Files". Our tabs do not represent files, and we have been asked to change this text. However, I do not see any mechanism to do so, and text "Open Files" does not appear anywhere in our project. How do I change the "Open Files" text in that help balloon?
Thanks,Bill
http://forums.infragistics.com/forums/p/22036/97319.aspx
OK, at least I've found where the "Open Files" string is kept. It's in Common\Infragistics.Win\strings.resx. How do I override a string stored in this file without having to compile a custom version of the library?