PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Localization Namespace / DesignStrings Class / ResourceManager Property

In This Topic
    ResourceManager Property (DesignStrings)
    In This Topic
    The ResourceManager object used for lookup resources.
    Syntax
    'Declaration
     
    Public Shared Property ResourceManager As ResourceManager
    public static ResourceManager ResourceManager {get; set;}
    Remarks
    Set this property to the valid value if you define resources in a Custom Control assembly.
    See Also