Table of Contents

Method SetImage

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

SetImage(TKey, Image?, bool)

Sets small or large image for the specified index.

public void SetImage(TKey index, Image? image, bool isSmall)

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.

isSmall bool

The flag specifying whether small or large image is set.