Table of Contents

Method GetItemImages

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

GetItemImages(int, Color?)

Gets item image.

public virtual (Image? Normal, Image? Disabled, Image? Selected) GetItemImages(int itemIndex, Color? svgColor)

Parameters

itemIndex int

Index of the item.

svgColor Color

Color of the svg image when item is selected.

Returns

(Image Normal, Image Disabled, Image Selected)