Initialize(ImageList,Int32,String) Method
In This Topic
Initialize an empty GoIconicNode to have an icon, a label, and one port.
Syntax
Parameters
- imglist
- Provide the
ImageList
whose 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 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