I am trying to localize the Print Preview dialog but can not find the RecourcesCustomizer for the dialog. I have seen the following
rc = Infragistics.Win.Printing.Resources.Customizer
But I get the error:
Error 47 'Resources' is not a member of 'Printing'.
Why is that? Where can I find this ResourceCustomizer?
rgds.
Ragnar
I got the same problem in C# using Infragistics V8.2 and solved it by adding an assembly reference to Infragistics2.Win.UltraWinPrintPreviewDialog.v8.2.
Infragistics.Shared.ResourceCustomizer customizerPrinting = Infragistics.Win.Printing.Resources.Customizer;
Regards,
Heidi