GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoIconicNode Class / Initialize Method / Initialize(ImageList,Int32,String) Method
Provide the ImageList whose imgindex specifies the actual image to use for the icon. If this is null, the GoView.ImageList property is used by GoImage.Paint.
The zero-based index of the Image contained in an ImageList, given either by imglist or by GoView.ImageList.
The initial string value for the Label. If this value is null, no label is created for this node.
In This Topic
    Initialize(ImageList,Int32,String) Method
    In This Topic
    Initialize an empty GoIconicNode to have an icon, a label, and one port.
    Syntax
    public virtual void Initialize( 
       ImageList imglist,
       int imgindex,
       string name
    )

    Parameters

    imglist
    Provide the ImageList whose imgindex specifies the actual image to use for the icon. If this is null, the GoView.ImageList property is used by GoImage.Paint.
    imgindex
    The zero-based index of the Image contained in an ImageList, given either by imglist or by GoView.ImageList.
    name
    The initial string value for the Label. If this value is null, no label is created for this node.
    See Also