Table of Contents

Method GetItemImages

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

GetItemImages(int, Color?)

Gets item image.

public EnumArray<VisualControlState, Image?> GetItemImages(int itemIndex, Color? svgColor)

Parameters

itemIndex int

Index of the item.

svgColor Color

Color of the svg image when item is selected.

Returns

EnumArray<VisualControlState, Image>