Table of Contents

Method SetImageName

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

SetImageName(TKey, string?, bool)

Sets small or large image name for the specified index.

public virtual void SetImageName(TKey index, string? name, bool isSmall = true)

Parameters

index TKey

The index of the image which name is set.

name string

The new name of the image.

isSmall bool

The flag specifying whether small or large image name is set.