GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / CreateRealLink Method
In This Topic
    CreateRealLink Method
    In This Topic
    Create a GoLink to act as the real link for this group that is a labeled link.
    Syntax
    public virtual GoLink CreateRealLink()

    Return Value

    By default this allocates a new GoLink.
    Remarks
    You may wish to override this in order to customize the initial appearance of the link or to substitute a subclass of GoLink for different behavior.
    See Also