GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / NewLinkClass Property
In This Topic
    NewLinkClass Property
    In This Topic
    Gets the Type of NewLinkPrototype, and when set, creates an instance of the class as the new value of NewLinkPrototype.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public Type NewLinkClass {get; set;}

    Property Value

    the Type of the value of NewLinkPrototype
    Remarks
    This property has been superseded by the NewLinkPrototype property, but it remains for compatibility.
    See Also