Infragistics2.Shared.v8.1
ResourceCustomizer Class
See Also  Members  
Infragistics.Shared Namespace : ResourceCustomizer Class

Class used to provide the ability to customize resource strings.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ResourceCustomizer 
C# 
public sealed class ResourceCustomizer 

Remarks

There is an instance of this class exposed by the ResourceCustomizer property of the Resources object exposed by each Infragistics.Win assembly.

It allows for customization/substitution of strings that would normally be loaded from resources.

See Also