GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / ResourceManager Property
In This Topic
    ResourceManager Property (GoUndoManager)
    In This Topic
    Gets or sets the ResourceManager used to get presentation names.
    Syntax
    public ResourceManager ResourceManager {get; set;}

    Property Value

    The default value is null, which means the standard presentation names are not replaced by any substitute strings from resource managers.
    See Also