Method SetSmallImage
SetSmallImage(TKey, Image?)
Sets small image for the specified index.
public virtual void SetSmallImage(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.