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