Tag Property
Gets or sets a unique tag that represents this image. The tag should be somewhat human readable as this is the value that will often be store in grid cells for this image.
Syntax
public System.string Tag {get; set;}Public Property Tag As System.StringRemarks
This can be used to prevent storing the same image in an ImageList or other container multiple times.