Method SetLargeImage
SetLargeImage(TKey, Image?)
Sets large image for the specified index.
public virtual void SetLargeImage(TKey index, Image? image)
Parameters
index
TKeyThe index of the image to set.
image
ImageThe new image to be set at the position specified by the index.