GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / GetPresentationName Method
a transaction name, such as one of the MoveSelectionName constants
In This Topic
    GetPresentationName Method
    In This Topic
    Look up a string in a ResourceManager.
    Syntax
    public virtual string GetPresentationName( 
       string tname
    )

    Parameters

    tname
    a transaction name, such as one of the MoveSelectionName constants

    Return Value

    a user-visible presentation name
    Remarks
    This method first tries the ResourceManager property. Otherwise it just returns tname.
    See Also