GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / DefaultImageList Property
In This Topic
    DefaultImageList Property
    In This Topic
    Gets or sets the static/shared ImageList for newly constructed GoImage objects.
    Syntax
    [Description("The initial ImageList for newly constructed GoImage objects.")]
    public static ImageList DefaultImageList {get; set;}

    Property Value

    The initial value is null--no ImageList is used for any LoadImage calls unless the ImageList property is set for a given GoImage object.
    See Also