Table of Contents

Method SetLargeImage

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

SetLargeImage(TKey, Image?)

Sets large image for the specified index.

public virtual void SetLargeImage(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.