Version

Search Results

TextDocumentVisualBasicResourceCustomizer Class

Class used to provide the ability to customize resource strings. Syntax

TextDocumentVisualBasicResourceCustomizer Class Members

Public Constructors Public Methods

GetCustomizedString Method

Gets the customized string identified by the specified string resource name. Syntax Parameters name Name of the string resource that was customized. Return Value The customized string or null if the resource wasnt customized.

ResetAllCustomizedStrings Method

Clears all strings customized by calls to SetCustomizedString method. Syntax

ResetCustomizedString Method

Resets a customized string identified by the specified string resource name so that it will load from the resource file. Syntax Parameters name Name of the string resource to customize.

SetCustomizedString Method

Sets a customized string identified by the specified string resource name. Syntax Parameters name Name of the string resource to customize.customizedText The customized string. If null this has the same effect as calling ResetCustomizedString

TextDocumentVisualBasicResourceCustomizer Constructor

Creates a new instance of the TextDocumentResourceCustomizer class. Syntax

TextDocumentVisualBasicResources Class

Exposes a Infragistics.Documents.TextDocumentResourceCustomizer instance for this assembly. Syntax

TextDocumentVisualBasicResources Class Members

Public Properties Public Methods