Version

ResourceCustomizer Class Members

The following tables list the members exposed by ResourceCustomizer.

Public Constructors
 NameDescription
Public ConstructorResourceCustomizer ConstructorInitializes a new ResourceCustomizer  
Public Methods
 NameDescription
Public MethodGetCustomizedStringGets the customized string identified by the specified string resource name.  
Public MethodResetAllCustomizedStringsClears all strings customized by calls to SetCustomizedString method.  
Public MethodResetCustomizedStringResets a customized string identified by the specified string resource name so that it will load from the resource file.  
Public MethodSetCustomizedStringSets a customized string identified by the specified string resource name.  
Public Events
 NameDescription
Public EventResourceCustomizationChangedThis event is raised when a string is customized. The property name in the event arguments refers to the resource name.  
See Also