Specifies whether the target of an IPackageRelationship is inside or outside the IPackage. Syntax Members Member Description External The relationship references a resource that is external to the package. Internal The relationship references a part that is inside the package.
Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Documents.IO Assembly
Classes Class Description See Also Reference Infragistics.Documents.IO Assembly
Class used to provide the ability to customize resource strings. Syntax
Public Constructors Public Methods
Public Methods
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.
Clears all strings customized by calls to SetCustomizedString method. Syntax
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.
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