Table of Contents

Method SetSmallImage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetSmallImage(TKey, Image?)

Sets small image for the specified index.

public virtual void SetSmallImage(TKey index, Image? image)

Parameters

index TKey

The index of the image to set.

image Image

The new image to be set at the position specified by the index.